Class LevelOpsMgmtLink
java.lang.Object
hudson.model.ManagementLink
io.jenkins.plugins.propelo.job_reporter.extensions.LevelOpsMgmtLink
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.ManagementLink
ManagementLink.Category
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.ManagementLink
LIST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doSaveSettings
(org.kohsuke.stapler.StaplerRequest res, org.kohsuke.stapler.StaplerResponse rsp, String levelOpsApiKey, String levelOpsPluginPath, String jenkinsBaseUrl, String jenkinsUserName, String jenkinsUserToken, String bullseyeXmlResultPaths, String productIds, String jenkinsInstanceName, boolean trustAllCertificates, String applicationType) Methods inherited from class hudson.model.ManagementLink
all, getBadge, getCategory, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
Field Details
-
PLUGIN_NAME
- See Also:
-
PLUGIN_DISPLAY_NAME
- See Also:
-
PLUGIN_DESCRIPTION
- See Also:
-
-
Constructor Details
-
LevelOpsMgmtLink
public LevelOpsMgmtLink()
-
-
Method Details
-
getDisplayName
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDescription
- Overrides:
getDescription
in classManagementLink
-
doSaveSettings
@POST public void doSaveSettings(org.kohsuke.stapler.StaplerRequest res, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter("levelOpsApiKey") String levelOpsApiKey, @QueryParameter("levelOpsPluginPath") String levelOpsPluginPath, @QueryParameter("jenkinsBaseUrl") String jenkinsBaseUrl, @QueryParameter("jenkinsUserName") String jenkinsUserName, @QueryParameter("jenkinsUserToken") String jenkinsUserToken, @QueryParameter("bullseyeXmlResultPaths") String bullseyeXmlResultPaths, @QueryParameter("productIds") String productIds, @QueryParameter("jenkinsInstanceName") String jenkinsInstanceName, @QueryParameter("trustAllCertificates") boolean trustAllCertificates, @QueryParameter("applicationType") String applicationType) throws IOException - Throws:
IOException
-
getConfiguration
-
getJenkinsStatus
-