Class OrasPlatformParameterValue
java.lang.Object
hudson.model.ParameterValue
io.jenkins.plugins.oras.parameter.AbstractOrasParameterValue
io.jenkins.plugins.oras.parameter.OrasPlatformParameterValue
- All Implemented Interfaces:
Serializable
Parameter value for ORAS tag parameters.
- See Also:
-
Field Summary
Fields inherited from class AbstractOrasParameterValue
annotations, digest, registry, repository, tagFields inherited from class ParameterValue
name -
Constructor Summary
ConstructorsConstructorDescriptionOrasPlatformParameterValue(String name, String registry, String repository, String tag, String digest, Map<String, String> annotations, OrasPlatformParameterDefinition.PlatformWrapper platform) -
Method Summary
Methods inherited from class AbstractOrasParameterValue
addVars, buildEnvironment, createVariableResolver, getAnnotations, getImageReference, getRegistry, getRepository, getShortDescription, getTag, getValueMethods inherited from class ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, equals, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, hashCode, isSensitive, setDescription
-
Constructor Details
-
OrasPlatformParameterValue
-
-
Method Details
-
getPlatform
-
getDigest
- Overrides:
getDigestin classAbstractOrasParameterValue
-
addExtraVars
- Overrides:
addExtraVarsin classAbstractOrasParameterValue
-