Package jenkins.model.experimentalflags
Class NewBuildPageUserExperimentalFlag
java.lang.Object
jenkins.model.experimentalflags.UserExperimentalFlag<Boolean>
jenkins.model.experimentalflags.BooleanUserExperimentalFlag
jenkins.model.experimentalflags.NewBuildPageUserExperimentalFlag
- All Implemented Interfaces:
ExtensionPoint
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class NewBuildPageUserExperimentalFlag
extends BooleanUserExperimentalFlag
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
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, serializeValueMethods inherited from class jenkins.model.experimentalflags.UserExperimentalFlag
all, getFlagConfigPage, getFlagDescriptionPage, getFlagKey, getFlagValue, getFlagValue, getFlagValueForCurrentUser
-
Constructor Details
-
NewBuildPageUserExperimentalFlag
public NewBuildPageUserExperimentalFlag()
-
-
Method Details
-
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
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>
-