Class CredentialUsageReport
- java.lang.Object
-
- hudson.model.ManagementLink
-
- io.jenkins.plugins.enhanced.credentials.CredentialUsageReport
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
@Extension public class CredentialUsageReport extends ManagementLink
-
-
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
Constructors Constructor Description CredentialUsageReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doClearData(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse staplerResponse)
void
doUsageDetails(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse staplerResponse)
ManagementLink.Category
getCategory()
List<String>
getCredentialIds()
HashMap<String,CredentialUsage>
getCredentialUsageMap()
String
getDescription()
String
getDisplayName()
String
getIconFileName()
String
getUrl()
String
getUrlName()
-
Methods inherited from class hudson.model.ManagementLink
all, getBadge, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
-
-
-
Method Detail
-
getCredentialUsageMap
public HashMap<String,CredentialUsage> getCredentialUsageMap()
-
getUrl
public String getUrl()
-
getCategory
@NonNull public ManagementLink.Category getCategory()
- Overrides:
getCategory
in classManagementLink
-
getDescription
public String getDescription()
- Overrides:
getDescription
in classManagementLink
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
doUsageDetails
public void doUsageDetails(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse staplerResponse) throws Exception
- Throws:
Exception
-
-