@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.Action
getIconFileName
in class hudson.model.ManagementLink
public String getDisplayName()
public String getDescription()
getDescription
in class hudson.model.ManagementLink
public String getUrlName()
getUrlName
in interface hudson.model.Action
getUrlName
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.