Skip to content

Commit

Permalink
update reflection files
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeSeqLabs committed Sep 29, 2023
1 parent 5588d9f commit 4b47e16
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 16 deletions.
54 changes: 40 additions & 14 deletions conf/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1670,19 +1670,19 @@
"queryAllDeclaredConstructors":true
},
{
"name":"io.seqera.tower.cli.responses.computeenvs.ComputeEnvUpdated",
"name":"io.seqera.tower.cli.responses.computeenvs.ComputeEnvExport",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true
},
{
"name":"io.seqera.tower.cli.responses.computeenvs.ComputeEnvExport",
"name":"io.seqera.tower.cli.responses.computeenvs.ComputeEnvList",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true
},
{
"name":"io.seqera.tower.cli.responses.computeenvs.ComputeEnvList",
"name":"io.seqera.tower.cli.responses.computeenvs.ComputeEnvUpdated",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true
Expand Down Expand Up @@ -2005,6 +2005,21 @@
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true
},
{
"name":"io.seqera.tower.cli.shared.ComputeConfigMixin",
"queryAllDeclaredMethods":true
},
{
"name":"io.seqera.tower.cli.shared.ComputeEnvExportFormat",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true,
"methods":[{"name":"getConfig","parameterTypes":[] }]
},
{
"name":"io.seqera.tower.cli.shared.ComputeEnvExportFormat$ComputeConfigMixin",
"queryAllDeclaredMethods":true
},
{
"name":"io.seqera.tower.cli.utils.VersionProvider",
"allDeclaredFields":true,
Expand Down Expand Up @@ -2147,7 +2162,8 @@
"name":"io.seqera.tower.model.AwsSecurityKeys",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] }, {"name":"setAccessKey","parameterTypes":["java.lang.String"] }, {"name":"setAssumeRoleArn","parameterTypes":["java.lang.String"] }, {"name":"setSecretKey","parameterTypes":["java.lang.String"] }]
},
{
"name":"io.seqera.tower.model.AzBatchConfig",
Expand Down Expand Up @@ -2193,12 +2209,14 @@
"name":"io.seqera.tower.model.ComputeEnv",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"getConfig","parameterTypes":[] }, {"name":"getCredentialsId","parameterTypes":[] }, {"name":"getDateCreated","parameterTypes":[] }, {"name":"getDeleted","parameterTypes":[] }, {"name":"getDescription","parameterTypes":[] }, {"name":"getId","parameterTypes":[] }, {"name":"getLastUpdated","parameterTypes":[] }, {"name":"getLastUsed","parameterTypes":[] }, {"name":"getMessage","parameterTypes":[] }, {"name":"getName","parameterTypes":[] }, {"name":"getOrgId","parameterTypes":[] }, {"name":"getPlatform","parameterTypes":[] }, {"name":"getPrimary","parameterTypes":[] }, {"name":"getStatus","parameterTypes":[] }, {"name":"getWorkspaceId","parameterTypes":[] }]
},
{
"name":"io.seqera.tower.model.ComputeEnv$PlatformEnum",
"allDeclaredFields":true,
"allDeclaredMethods":true
"allDeclaredMethods":true,
"methods":[{"name":"getValue","parameterTypes":[] }]
},
{
"name":"io.seqera.tower.model.ComputeEnvDbDto",
Expand Down Expand Up @@ -2260,13 +2278,15 @@
"name":"io.seqera.tower.model.CreateComputeEnvRequest",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"getComputeEnv","parameterTypes":[] }, {"name":"getLabelIds","parameterTypes":[] }]
},
{
"name":"io.seqera.tower.model.CreateComputeEnvResponse",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] }, {"name":"setComputeEnvId","parameterTypes":["java.lang.String"] }]
},
{
"name":"io.seqera.tower.model.CreateCredentialsRequest",
Expand Down Expand Up @@ -2380,12 +2400,14 @@
"name":"io.seqera.tower.model.Credentials",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] }, {"name":"setBaseUrl","parameterTypes":["java.lang.String"] }, {"name":"setCategory","parameterTypes":["java.lang.String"] }, {"name":"setDescription","parameterTypes":["java.lang.String"] }, {"name":"setId","parameterTypes":["java.lang.String"] }, {"name":"setKeys","parameterTypes":["io.seqera.tower.model.SecurityKeys"] }, {"name":"setName","parameterTypes":["java.lang.String"] }, {"name":"setProvider","parameterTypes":["io.seqera.tower.model.Credentials$ProviderEnum"] }]
},
{
"name":"io.seqera.tower.model.Credentials$ProviderEnum",
"allDeclaredFields":true,
"allDeclaredMethods":true
"allDeclaredMethods":true,
"methods":[{"name":"fromValue","parameterTypes":["java.lang.String"] }]
},
{
"name":"io.seqera.tower.model.Dataset",
Expand Down Expand Up @@ -2652,7 +2674,8 @@
"name":"io.seqera.tower.model.ListCredentialsResponse",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] }, {"name":"setCredentials","parameterTypes":["java.util.List"] }]
},
{
"name":"io.seqera.tower.model.ListDatasetVersionsResponse",
Expand Down Expand Up @@ -3444,13 +3467,15 @@
"name":"javax.ws.rs.client.Entity",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"getAnnotations","parameterTypes":[] }, {"name":"getEncoding","parameterTypes":[] }, {"name":"getEntity","parameterTypes":[] }, {"name":"getLanguage","parameterTypes":[] }, {"name":"getMediaType","parameterTypes":[] }, {"name":"getVariant","parameterTypes":[] }]
},
{
"name":"javax.ws.rs.core.MediaType",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"getParameters","parameterTypes":[] }, {"name":"getSubtype","parameterTypes":[] }, {"name":"getType","parameterTypes":[] }, {"name":"isWildcardSubtype","parameterTypes":[] }, {"name":"isWildcardType","parameterTypes":[] }]
},
{
"name":"javax.ws.rs.core.MediaType[]"
Expand All @@ -3459,7 +3484,8 @@
"name":"javax.ws.rs.core.Variant",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
"allDeclaredConstructors":true,
"methods":[{"name":"getEncoding","parameterTypes":[] }, {"name":"getLanguage","parameterTypes":[] }, {"name":"getLanguageString","parameterTypes":[] }, {"name":"getMediaType","parameterTypes":[] }]
},
{
"name":"long[]"
Expand Down
4 changes: 2 additions & 2 deletions conf/resource-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
}]},
"bundles":[{
"name":"org.glassfish.jersey.client.internal.localization",
"locales":["und"]
"locales":["", "und"]
}, {
"name":"org.glassfish.jersey.internal.localization",
"locales":["und"]
"locales":["", "und"]
}, {
"name":"org.glassfish.jersey.media.multipart.internal.localization"
}]
Expand Down

0 comments on commit 4b47e16

Please sign in to comment.