Class Hide
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<DescriptionTransformer>
-
- io.jenkins.plugins.credentials.secretsmanager.config.transformer.description.DescriptionTransformer
-
- io.jenkins.plugins.credentials.secretsmanager.config.transformer.description.Hide
-
- All Implemented Interfaces:
Describable<DescriptionTransformer>
,Serializable
public class Hide extends DescriptionTransformer
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Hide.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description Hide()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
transform(String str)
Transform the string using some operation.-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
transform
public String transform(String str)
Description copied from class:DescriptionTransformer
Transform the string using some operation.- Specified by:
transform
in classDescriptionTransformer
- Parameters:
str
- the raw string- Returns:
- the transformed string
-
-