|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xebialabs.deployit.ChangeResolution
public class ChangeResolution
Holds information on what steps to be executed (in the middleware) to make the changes "happen".
| Constructor Summary | |
|---|---|
ChangeResolution()
Creates an empty change resolution. |
|
ChangeResolution(Change<?> c)
Creates a change resolution for the resolved change. |
|
ChangeResolution(Change<?> c,
java.util.List<Step> steps)
Creates a change resolution linking the given change with the provided step list. |
|
| Method Summary | |
|---|---|
void |
addChange(Change<?> changeToAdd)
Adds a change to the list of changes resolved. |
void |
addStep(Step stepToAdd)
Adds a step to the list of steps to be executed. |
void |
addSteps(java.util.List<Step> stepsToAdd)
Adds multiple steps to the list of steps to be executed. |
java.util.Set<Change<?>> |
getChanges()
Returns the changes that are resolved by this changeresolution. |
java.util.List<Step> |
getSteps()
Returns the steps that need to executed for the resolved changes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeResolution()
public ChangeResolution(Change<?> c)
addChange(Change).
c - the resolved change (may not be null)
public ChangeResolution(Change<?> c,
java.util.List<Step> steps)
c - the resolved change (may not be null)steps - the steps for the change (may not be null)| Method Detail |
|---|
public java.util.Set<Change<?>> getChanges()
public java.util.List<Step> getSteps()
public void addChange(Change<?> changeToAdd)
changeToAdd - the change to add (may not be null).public void addStep(Step stepToAdd)
stepToAdd - the step to add (may not be null).public void addSteps(java.util.List<Step> stepsToAdd)
stepsToAdd - the steps to add (may not be null).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||