public class GsshShellBuilder
extends hudson.tasks.Builder
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GsshShellBuilder.DescriptorImpl |
| 构造器和说明 |
|---|
GsshShellBuilder() |
GsshShellBuilder(boolean disable,
String serverInfo,
String shell) |
| 限定符和类型 | 方法和说明 |
|---|---|
GsshShellBuilder.DescriptorImpl |
getDescriptor() |
String |
getGroupName() |
String |
getIp() |
String |
getServerInfo() |
String |
getShell() |
boolean |
isDisable() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setDisable(boolean disable) |
void |
setGroupName(String groupName) |
void |
setIp(String ip) |
void |
setServerInfo(String serverInfo) |
void |
setShell(String shell) |
public static final Logger LOGGER
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform 在接口中 hudson.tasks.BuildStepperform 在类中 hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic GsshShellBuilder.DescriptorImpl getDescriptor()
getDescriptor 在接口中 hudson.model.Describable<hudson.tasks.Builder>getDescriptor 在类中 hudson.tasks.Builderpublic boolean isDisable()
public void setDisable(boolean disable)
public String getIp()
public void setIp(String ip)
public String getShell()
public void setShell(String shell)
public String getServerInfo()
public void setServerInfo(String serverInfo)
public String getGroupName()
public void setGroupName(String groupName)
Copyright © 2004-2016. All Rights Reserved.