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 BooleangetDefaultValue()StringgetDisplayName()The name that will be used in the configuration page for that flag It must be user readableStringgetShortDescription()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:
getDefaultValuein classBooleanUserExperimentalFlag
-
getDisplayName
public String getDisplayName()
Description copied from class:UserExperimentalFlagThe name that will be used in the configuration page for that flag It must be user readable- Specified by:
getDisplayNamein classUserExperimentalFlag<Boolean>
-
getShortDescription
@Nullable public String getShortDescription()
Description copied from class:UserExperimentalFlagDescribe 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:
getShortDescriptionin classUserExperimentalFlag<Boolean>
-
-