Class RemovePrefix
- java.lang.Object
 - 
- hudson.model.AbstractDescribableImpl<NameTransformer>
 - 
- io.jenkins.plugins.credentials.secretsmanager.config.transformer.name.NameTransformer
 - 
- io.jenkins.plugins.credentials.secretsmanager.config.transformer.name.RemovePrefix
 
 
 
 
- 
- All Implemented Interfaces:
 Describable<NameTransformer>,Serializable
public class RemovePrefix extends NameTransformer
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovePrefix.DescriptorImpl 
- 
Constructor Summary
Constructors Constructor Description RemovePrefix(String prefix) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPrefix()inthashCode()voidsetPrefix(String prefix)Stringtransform(String str)Transform the string using some operation.- 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RemovePrefix
@DataBoundConstructor public RemovePrefix(String prefix)
 
 - 
 
- 
Method Detail
- 
getPrefix
public String getPrefix()
 
- 
setPrefix
@DataBoundSetter public void setPrefix(String prefix)
 
- 
transform
public String transform(String str)
Description copied from class:NameTransformerTransform the string using some operation.- Specified by:
 transformin classNameTransformer- Parameters:
 str- the raw string- Returns:
 - the transformed string
 
 
 - 
 
 -