public static class DeploymentConfig.DeploymentPattern extends Object implements Serializable
| Constructor and Description |
|---|
DeploymentPattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDir()
Returns the relative location where the deployment pattern is located
wrt to the Deployment repo directory.
|
String |
getName() |
String |
getRemoteBranch()
The git branch name of the remote git repository.
|
String |
getRemoteRepository()
The git repo URL of the remote git repository.
|
List<Script> |
getScripts() |
void |
setDescription(String description) |
void |
setDir(String dir) |
void |
setName(String name) |
void |
setRemoteBranch(String remoteBranch) |
void |
setRemoteRepository(String remoteRepository) |
void |
setScripts(List<Script> scripts) |
String |
toString() |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getRemoteRepository()
getRemoteBranch() as well.public void setRemoteRepository(String remoteRepository)
public String getRemoteBranch()
public void setRemoteBranch(String remoteBranch)
public String getDir()
public void setDir(String dir)
Copyright © 2019 WSO2. All rights reserved.