public class BlueprintParam extends hudson.model.AbstractDescribableImpl<BlueprintParam> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BlueprintParam.DescriptorImpl |
| Constructor and Description |
|---|
BlueprintParam(String serverUrl,
String userName,
String password,
String tenant,
boolean packageBlueprint,
String blueprintPath,
boolean overWrite,
boolean publishBlueprint,
String serviceCategory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBluePrintName() |
String |
getBlueprintPath() |
boolean |
getOverWrite() |
boolean |
getPackageBlueprint() |
String |
getPassword() |
boolean |
getPublishBlueprint() |
boolean |
getReassignBlueprint() |
String |
getServerUrl() |
String |
getServiceCategory() |
String |
getTenant() |
String |
getUserName() |
Boolean |
validate() |
public String getServerUrl()
public String getUserName()
public String getPassword()
public String getTenant()
public String getBluePrintName()
public boolean getPackageBlueprint()
public boolean getPublishBlueprint()
public boolean getReassignBlueprint()
public String getBlueprintPath()
public boolean getOverWrite()
public String getServiceCategory()
public Boolean validate() throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.