Class Value
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Value>
-
- io.jenkins.plugins.credentials.secretsmanager.config.Value
-
- All Implemented Interfaces:
Describable<Value>,Serializable
public class Value extends AbstractDescribableImpl<Value> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValue.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetValue()inthashCode()voidsetValue(String value)-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
Value
@DataBoundConstructor public Value(String value)
-
-