@Extension @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class GraphProxy extends Object implements RootAction, org.kohsuke.stapler.StaplerProxy
Modifier and Type | Class and Description |
---|---|
static class |
GraphProxy.TransientActionFactoryComputer |
static class |
GraphProxy.TransientActionFactoryImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
GraphProxy() |
GraphProxy(AccessControlled accessControlled) |
Modifier and Type | Method and Description |
---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
String |
getDisplayName() |
String |
getIconFileName() |
Object |
getTarget() |
String |
getUrlName() |
public GraphProxy()
public GraphProxy(AccessControlled accessControlled)
public String getIconFileName()
getIconFileName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
public Object getTarget()
getTarget
in interface org.kohsuke.stapler.StaplerProxy
public void doDynamic(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException
IOException
Copyright © 2016–2022. All rights reserved.