public class PluginParam extends Object implements Serializable
| Constructor and Description |
|---|
PluginParam(String serverUrl,
String userName,
String password,
String tenant,
String pipelineName,
boolean waitExec,
List<PipelineParam> pipelineParams) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getPipelineName() |
List<PipelineParam> |
getPipelineParams() |
String |
getServerUrl() |
String |
getTenant() |
String |
getUserName() |
boolean |
isWaitExec() |
Boolean |
validate() |
public String getServerUrl()
public String getUserName()
public String getPassword()
public String getTenant()
public String getPipelineName()
public List<PipelineParam> getPipelineParams()
public boolean isWaitExec()
public Boolean validate() throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.