Uses of Class
de.dlr.proseo.procmgr.rest.model.RestStringParameter
Packages that use RestStringParameter
Package
Description
Utility classes for the prosEO Processor Manager component
-
Uses of RestStringParameter in de.dlr.proseo.procmgr.rest.model
Fields in de.dlr.proseo.procmgr.rest.model with type parameters of type RestStringParameterModifier and TypeFieldDescriptionprotected List<RestStringParameter> RestConfiguration.dockerRunParametersSpecific parameter for "docker run" valid for this configurationprotected List<RestStringParameter> RestProcessor.dockerRunParametersParameters to add to the "docker run" commandMethods in de.dlr.proseo.procmgr.rest.model that return types with arguments of type RestStringParameterModifier and TypeMethodDescription@NotNull @Valid List<RestStringParameter> RestConfiguration.getDockerRunParameters()Returns the dockerRunParameters.@NotNull @Valid List<RestStringParameter> RestProcessor.getDockerRunParameters()Returns the dockerRunParameters.Method parameters in de.dlr.proseo.procmgr.rest.model with type arguments of type RestStringParameterModifier and TypeMethodDescriptionvoidRestConfiguration.setDockerRunParameters(List<RestStringParameter> dockerRunParameters) Set the dockerRunParameters.voidRestProcessor.setDockerRunParameters(List<RestStringParameter> dockerRunParameters) Set the dockerRunParameters.