Package jenkins.model.experimentalflags
Class RemovePrototypeUserExperimentalFlag
- java.lang.Object
-
- jenkins.model.experimentalflags.UserExperimentalFlag<Boolean>
-
- jenkins.model.experimentalflags.BooleanUserExperimentalFlag
-
- jenkins.model.experimentalflags.RemovePrototypeUserExperimentalFlag
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public final class RemovePrototypeUserExperimentalFlag extends BooleanUserExperimentalFlag
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description RemovePrototypeUserExperimentalFlag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDefaultValue()
String
getDisplayName()
The name that will be used in the configuration page for that flag It must be user readableString
getShortDescription()
Describe what the flag is changing depending on its value.-
Methods inherited from class jenkins.model.experimentalflags.BooleanUserExperimentalFlag
deserializeValue, serializeValue
-
Methods inherited from class jenkins.model.experimentalflags.UserExperimentalFlag
all, getFlagConfigPage, getFlagDescriptionPage, getFlagKey, getFlagValue, getFlagValue, getFlagValueForCurrentUser
-
-
-
-
Method Detail
-
getDefaultValue
@NonNull public Boolean getDefaultValue()
- Overrides:
getDefaultValue
in classBooleanUserExperimentalFlag
-
getDisplayName
public String getDisplayName()
Description copied from class:UserExperimentalFlag
The name that will be used in the configuration page for that flag It must be user readable- Specified by:
getDisplayName
in classUserExperimentalFlag<Boolean>
-
getShortDescription
@Nullable public String getShortDescription()
Description copied from class:UserExperimentalFlag
Describe what the flag is changing depending on its value. This method is called in description.jelly, which could be overloaded by children. It could return HTML content.- Specified by:
getShortDescription
in classUserExperimentalFlag<Boolean>
-
-