@Extension @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class InstanceAPI extends Object implements hudson.model.RootAction
| Constructor and Description |
|---|
InstanceAPI() |
| Modifier and Type | Method and Description |
|---|---|
io.jenkins.plugins.pipeline.restful.api.JenkinsInstance |
doIndex() |
org.kohsuke.stapler.HttpResponse |
doUpdateMessage(org.kohsuke.stapler.StaplerRequest req) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
@CheckForNull public String getIconFileName()
getIconFileName in interface hudson.model.Action@CheckForNull public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject@CheckForNull public String getUrlName()
getUrlName in interface hudson.model.Actionpublic io.jenkins.plugins.pipeline.restful.api.JenkinsInstance doIndex()
public org.kohsuke.stapler.HttpResponse doUpdateMessage(org.kohsuke.stapler.StaplerRequest req)
Copyright © 2016–2019. All rights reserved.