public class Deployment extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Deployment.Action |
| Constructor and Description |
|---|
Deployment() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAffectedApps() |
Collection<Deployment.Action> |
getCurrentActions() |
Integer |
getCurrentStep() |
String |
getId() |
List<List<Deployment.Action>> |
getSteps() |
Integer |
getTotalSteps() |
String |
getVersion() |
void |
setAffectedApps(Collection<String> affectedApps) |
void |
setCurrentActions(Collection<Deployment.Action> currentActions) |
void |
setCurrentStep(Integer currentStep) |
void |
setId(String id) |
void |
setSteps(List<List<Deployment.Action>> steps) |
void |
setTotalSteps(Integer totalSteps) |
void |
setVersion(String version) |
String |
toString() |
public Collection<String> getAffectedApps()
public void setAffectedApps(Collection<String> affectedApps)
public String getId()
public void setId(String id)
public List<List<Deployment.Action>> getSteps()
public void setSteps(List<List<Deployment.Action>> steps)
public Collection<Deployment.Action> getCurrentActions()
public void setCurrentActions(Collection<Deployment.Action> currentActions)
public String getVersion()
public void setVersion(String version)
public Integer getCurrentStep()
public void setCurrentStep(Integer currentStep)
public Integer getTotalSteps()
public void setTotalSteps(Integer totalSteps)
Copyright © 2015. All rights reserved.