@Extension
public class SecurityInspectorAction
extends hudson.model.ManagementLink
| Constructor and Description | 
|---|
| SecurityInspectorAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription() | 
| String | getDisplayName() | 
| ReportBuilder | getDynamic(String buiderName) | 
| String | getIconFileName() | 
| List<ReportBuilder> | getReportBuilders(String type) | 
| static String | getSessionId()Gets identifier of the current session. | 
| String | getUrlName() | 
| boolean | hasConfiguredFilters() | 
public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.model.ManagementLinkpublic String getDisplayName()
public String getDescription()
getDescription in class hudson.model.ManagementLinkpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.model.ManagementLink@CheckForNull @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public ReportBuilder getDynamic(@Nonnull String buiderName)
@Nonnull @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public List<ReportBuilder> getReportBuilders(@Nonnull String type)
@Nonnull public static String getSessionId() throws IllegalStateException
IllegalStateException - if this method is called on an
 invalidated sessionpublic boolean hasConfiguredFilters()
Copyright © 2016–2022. All rights reserved.