Class ParameterSeparatorValue
java.lang.Object
hudson.model.ParameterValue
jenkins.plugins.parameter_separator.ParameterSeparatorValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class hudson.model.ParameterValue
name
-
Constructor Summary
ConstructorDescriptionParameterSeparatorValue
(String name, String separatorStyle, String sectionHeader, String sectionHeaderStyle) -
Method Summary
Methods inherited from class hudson.model.ParameterValue
buildEnvironment, buildEnvVars, buildEnvVars, createBuildWrapper, createVariableResolver, equals, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, hashCode, isSensitive, setDescription
-
Constructor Details
-
ParameterSeparatorValue
-
-
Method Details
-
getEffectiveSeparatorStyle
-
needsSectionHeader
public boolean needsSectionHeader() -
getFormattedSectionHeader
-
getEffectiveSectionHeaderStyle
-
toString
-
getShortDescription
- Overrides:
getShortDescription
in classParameterValue
-
getValue
- Overrides:
getValue
in classParameterValue
-