Package jenkins.model.experimentalflags
Class RemoveYuiUserExperimentalFlag
java.lang.Object
jenkins.model.experimentalflags.UserExperimentalFlag<Boolean>
jenkins.model.experimentalflags.BooleanUserExperimentalFlag
jenkins.model.experimentalflags.RemoveYuiUserExperimentalFlag
- All Implemented Interfaces:
ExtensionPoint
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class RemoveYuiUserExperimentalFlag
extends BooleanUserExperimentalFlag
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe name that will be used in the configuration page for that flag It must be user readableDescribe what the flag is changing depending on its value.Methods inherited from class jenkins.model.experimentalflags.BooleanUserExperimentalFlag
deserializeValue, getDefaultValue, serializeValue
Methods inherited from class jenkins.model.experimentalflags.UserExperimentalFlag
all, getFlagConfigPage, getFlagDescriptionPage, getFlagKey, getFlagValue, getFlagValue, getFlagValueForCurrentUser
-
Constructor Details
-
RemoveYuiUserExperimentalFlag
public RemoveYuiUserExperimentalFlag()
-
-
Method Details
-
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
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>
-