public class SlaveConfiguration extends Object implements hudson.model.Action
| Constructor and Description |
|---|
SlaveConfiguration(hudson.model.Computer computer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.jelly.Script |
compileScript()
Compile script with a context for Job class
|
void |
doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
String |
getConfigContent() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
boolean |
isAvailable()
Determine if the read-only configuration is available for current user
|
void |
transformToReadOnly(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic boolean isAvailable()
public org.apache.commons.jelly.Script compileScript()
public String getConfigContent()
public void doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionpublic void transformToReadOnly(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionCopyright © 2004-2014. All Rights Reserved.