UNPKG

@dev.hiconic/devrock.cicd_ant-api-model

Version:
116 lines (110 loc) 3.68 kB
import '@dev.hiconic/gm_root-model'; import '@dev.hiconic/gm_service-api-model'; import '@dev.hiconic/gm_reason-model'; import '@dev.hiconic/gm_gm-core-api'; import {T, hc} from '@dev.hiconic/hc-js-base'; export const meta = { groupId: "com.braintribe.devrock.cicd", artifactId: "ant-api-model", version: "1.0.6", } function modelAssembler($, P, _) { //JSE version=4.0 //BEGIN_TYPES P.a=$.T("com.braintribe.model.meta.GmMetaModel"); P.b=$.T("com.braintribe.model.meta.GmEntityType"); P.c=$.T("com.braintribe.model.meta.GmEnumType"); P.d=$.T("com.braintribe.model.meta.GmProperty"); P.e=$.T("com.braintribe.model.meta.GmBooleanType"); P.f=$.T("com.braintribe.model.meta.GmStringType"); P.g=$.T("com.braintribe.model.meta.GmMapType"); //END_TYPES P.h=$.P(P.a,'name');P.i=$.P(P.a,'types');P.j=$.P(P.a,'version');P.k=$.P(P.b,'globalId');P.l=$.P(P.b,'isAbstract');P.m=$.P(P.b,'superTypes');P.n=$.P(P.b,'typeSignature'); P.o=$.P(P.b,'evaluatesTo');P.p=$.P(P.b,'properties');P.q=$.P(P.c,'typeSignature');P.r=$.P(P.d,'declaringType');P.s=$.P(P.d,'globalId');P.t=$.P(P.d,'name');P.u=$.P(P.d,'nullable'); P.v=$.P(P.d,'type');P.w=$.P(P.d,'initializer');P.x=$.P(P.e,'typeSignature');P.y=$.P(P.f,'typeSignature');P.z=$.P(P.g,'globalId');P.A=$.P(P.g,'keyType');P.B=$.P(P.g,'typeSignature'); P.C=$.P(P.g,'valueType'); P.D=$.C(P.a);P.E=$.C(P.b);P.F=$.C(P.b);P.G=$.C(P.b);P.H=$.C(P.b);P.I=$.C(P.c);P.J=$.C(P.d);P.K=$.C(P.d);P.L=$.C(P.d);P.M=$.C(P.d);P.N=$.C(P.d);P.O=$.C(P.d);P.P=$.C(P.b); P.Q=$.C(P.e);P.R=$.C(P.f);P.S=$.C(P.g); _=P.D; $.s(_,P.h,"com.braintribe.devrock.cicd:ant-api-model"); $.s(_,P.i,$.S([P.E,P.F,P.G])); $.s(_,P.j,"1.0.6"); _=P.E; $.s(_,P.k,"type:devrock.ant.model.reason.AntBuildFailed"); $.s(_,P.l,$.n); $.s(_,P.m,$.L([P.H])); $.s(_,P.n,"devrock.ant.model.reason.AntBuildFailed"); _=P.F; $.s(_,P.o,P.I); $.s(_,P.k,"type:devrock.ant.model.api.RunAnt"); $.s(_,P.l,$.n); $.s(_,P.p,$.L([P.J,P.K,P.L,P.M,P.N,P.O])); $.s(_,P.m,$.L([P.G])); $.s(_,P.n,"devrock.ant.model.api.RunAnt"); _=P.G; $.s(_,P.k,"type:devrock.ant.model.api.AntRequest"); $.s(_,P.l,$.y); $.s(_,P.m,$.L([P.P])); $.s(_,P.n,"devrock.ant.model.api.AntRequest"); _=P.H; $.s(_,P.l,$.n); $.s(_,P.n,"com.braintribe.gm.model.reason.Reason"); _=P.I; $.s(_,P.q,"com.braintribe.model.service.api.result.Neutral"); _=P.J; $.s(_,P.r,P.F); $.s(_,P.s,"property:devrock.ant.model.api.RunAnt/bufferOutput"); $.s(_,P.t,"bufferOutput"); $.s(_,P.u,$.n); $.s(_,P.v,P.Q); _=P.K; $.s(_,P.r,P.F); $.s(_,P.s,"property:devrock.ant.model.api.RunAnt/buildFile"); $.s(_,P.w,"build.xml"); $.s(_,P.t,"buildFile"); $.s(_,P.u,$.y); $.s(_,P.v,P.R); _=P.L; $.s(_,P.r,P.F); $.s(_,P.s,"property:devrock.ant.model.api.RunAnt/ownerInfo"); $.s(_,P.t,"ownerInfo"); $.s(_,P.u,$.y); $.s(_,P.v,P.R); _=P.M; $.s(_,P.r,P.F); $.s(_,P.s,"property:devrock.ant.model.api.RunAnt/projectDir"); $.s(_,P.w,"."); $.s(_,P.t,"projectDir"); $.s(_,P.u,$.y); $.s(_,P.v,P.R); _=P.N; $.s(_,P.r,P.F); $.s(_,P.s,"property:devrock.ant.model.api.RunAnt/properties"); $.s(_,P.t,"properties"); $.s(_,P.u,$.y); $.s(_,P.v,P.S); _=P.O; $.s(_,P.r,P.F); $.s(_,P.s,"property:devrock.ant.model.api.RunAnt/target"); $.s(_,P.t,"target"); $.s(_,P.u,$.y); $.s(_,P.v,P.R); _=P.P; $.s(_,P.l,$.n); $.s(_,P.n,"com.braintribe.model.service.api.ServiceRequest"); _=P.Q; $.s(_,P.x,"boolean"); _=P.R; $.s(_,P.y,"string"); _=P.S; $.s(_,P.z,"type:map<string,string>"); $.s(_,P.A,P.R); $.s(_,P.B,"map<string,string>"); $.s(_,P.C,P.R); return P.D; [3073]; } hc.reflection.internal.ensureModel(modelAssembler) export const AntBuildFailed = T.devrock.ant.model.reason.AntBuildFailed; export const AntRequest = T.devrock.ant.model.api.AntRequest; export const RunAnt = T.devrock.ant.model.api.RunAnt;