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 class
Value.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getValue()
int
hashCode()
void
setValue(String value)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
Value
@DataBoundConstructor public Value(String value)
-
-