Class Prefix
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Prefix>
-
- io.jenkins.plugins.credentials.secretsmanager.config.transformer.name.removePrefixes.Prefix
-
- All Implemented Interfaces:
Describable<Prefix>,Serializable
public class Prefix extends AbstractDescribableImpl<Prefix> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrefix.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
-
Prefix
@DataBoundConstructor public Prefix(String value)
-
-