Class AdvisorGlobalConfiguration
java.lang.Object
hudson.model.ManagementLink
com.cloudbees.jenkins.plugins.advisor.AdvisorGlobalConfiguration
- All Implemented Interfaces:
ExtensionPoint
,Action
,Describable<AdvisorGlobalConfiguration>
,ModelObject
,Saveable
,OnMaster
@Extension
public class AdvisorGlobalConfiguration
extends ManagementLink
implements Describable<AdvisorGlobalConfiguration>, ExtensionPoint, Saveable, OnMaster
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.model.ManagementLink
ManagementLink.Category
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class hudson.model.ManagementLink
LIST
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
doConfigure
(org.kohsuke.stapler.StaplerRequest2 req) Handles the form submissionName of the category for this management link.getCcs()
List<com.cloudbees.jenkins.support.api.Component>
getEmail()
List<com.cloudbees.jenkins.support.api.Component>
static AdvisorGlobalConfiguration
boolean
boolean
boolean
isValid()
static boolean
void
load()
protected Object
void
save()
boolean
selectedByDefault
(com.cloudbees.jenkins.support.api.Component c) void
setAcceptToS
(boolean acceptToS) void
void
void
setExcludedComponents
(Set<String> excludedComponents) void
setLastBundleResult
(String lastBundleResult) void
setNagDisabled
(boolean nagDisabled) Methods inherited from class hudson.model.ManagementLink
all, getBadge, getCategory, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
Field Details
-
PLUGIN_NAME
- See Also:
-
SEND_ALL_COMPONENTS
- See Also:
-
INVALID_CONFIGURATION
- See Also:
-
SERVICE_OPERATIONAL
- See Also:
-
-
Constructor Details
-
AdvisorGlobalConfiguration
public AdvisorGlobalConfiguration() -
AdvisorGlobalConfiguration
-
-
Method Details
-
getInstance
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getCategoryName
Name of the category for this management link. TBD: Use getCategory when core requirement is greater or equal to 2.226- Overrides:
getCategoryName
in classManagementLink
-
getDescription
- Overrides:
getDescription
in classManagementLink
-
getActionTitle
-
getActionDisclaimer
-
getDisclaimer
-
isNagDisabled
public boolean isNagDisabled() -
setNagDisabled
@DataBoundSetter public void setNagDisabled(boolean nagDisabled) -
isAcceptToS
public boolean isAcceptToS() -
setAcceptToS
@DataBoundSetter public void setAcceptToS(boolean acceptToS) -
getLastBundleResult
-
setLastBundleResult
-
readResolve
-
doConfigure
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public org.kohsuke.stapler.HttpResponse doConfigure(@Nonnull org.kohsuke.stapler.StaplerRequest2 req) Handles the form submission- Parameters:
req
- the request.- Returns:
- the response.
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<AdvisorGlobalConfiguration>
-
getEmail
-
setEmail
-
getCcs
-
setCcs
-
getExcludedComponents
-
setExcludedComponents
-
getIncludedComponents
-
selectedByDefault
public boolean selectedByDefault(com.cloudbees.jenkins.support.api.Component c) -
getComponents
-
isValid
public boolean isValid() -
isValid
-
save
public void save() -
load
public void load()
-