public class DeploymentStateInProgress extends DeploymentState
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentStateInProgress.NameEnum |
| Constructor and Description |
|---|
DeploymentStateInProgress() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStateInProgress |
deployer(Account deployer) |
boolean |
equals(java.lang.Object o) |
Account |
getDeployer() |
DeploymentStateInProgress.NameEnum |
getName() |
java.util.Date |
getStartDate() |
java.lang.String |
getUrl() |
int |
hashCode() |
DeploymentStateInProgress |
name(DeploymentStateInProgress.NameEnum name)
The name of deployment state (IN_PROGRESS).
|
void |
setDeployer(Account deployer) |
void |
setName(DeploymentStateInProgress.NameEnum name) |
void |
setStartDate(java.util.Date startDate) |
void |
setUrl(java.lang.String url) |
DeploymentStateInProgress |
startDate(java.util.Date startDate)
The timestamp when the deployment was started.
|
java.lang.String |
toString() |
DeploymentStateInProgress |
url(java.lang.String url)
Link to the deployment result.
|
public DeploymentStateInProgress name(DeploymentStateInProgress.NameEnum name)
public DeploymentStateInProgress.NameEnum getName()
public void setName(DeploymentStateInProgress.NameEnum name)
public DeploymentStateInProgress url(java.lang.String url)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public DeploymentStateInProgress startDate(java.util.Date startDate)
public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
public DeploymentStateInProgress deployer(Account deployer)
public Account getDeployer()
public void setDeployer(Account deployer)
public boolean equals(java.lang.Object o)
equals in class DeploymentStatepublic int hashCode()
hashCode in class DeploymentStatepublic java.lang.String toString()
toString in class DeploymentState