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.CategoryNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsFields inherited from class hudson.model.ManagementLink
LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoSaveSettings(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:
getIconFileNamein interfaceAction- Specified by:
getIconFileNamein classManagementLink
-
getUrlName
- Specified by:
getUrlNamein interfaceAction- Specified by:
getUrlNamein classManagementLink
-
getDescription
- Overrides:
getDescriptionin 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
-