@ExportedBean @Extension public class AdministrationPanel extends Object implements RootAction, org.kohsuke.stapler.StaplerProxy
| Modifier and Type | Class and Description |
|---|---|
class |
AdministrationPanel.AllocatedResource |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
AdministrationPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFreeResource(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp,
String resourceId,
String runId) |
List<AdministrationPanel.AllocatedResource> |
getAllocatedResources() |
String |
getDisplayName() |
String |
getIconFileName() |
List<ResourcesMonitor> |
getList() |
Object |
getTarget() |
String |
getUrlName() |
void |
load()
Deprecated.
|
public Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxy@Deprecated public void load()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public List<ResourcesMonitor> getList()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public List<AdministrationPanel.AllocatedResource> getAllocatedResources()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public void doFreeResource(org.kohsuke.stapler.StaplerRequest res,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter(value="resourceId")
String resourceId,
@QueryParameter(value="runId")
String runId)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface ActionCopyright © 2016–2022. All rights reserved.