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 class
Prefix.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
-
Prefix
@DataBoundConstructor public Prefix(String value)
-
-