|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.praqma.jenkins.plugin.reloaded.MatrixReloadedState.BuildState
public class MatrixReloadedState.BuildState
This is the class holding the information about a Matrix Reloaded state retrieved from the form submit.
| Field Summary | |
|---|---|
int |
rebuildNumber
|
String |
uuid
|
| Method Summary | |
|---|---|
void |
addConfiguration(hudson.matrix.Combination combination,
boolean reuse)
Add a configuration to the build state |
boolean |
getConfiguration(hudson.matrix.Combination combination)
Returns whether or not to rebuild the Run
If the combination is not in the database, the method returns true,
meaning the run will build. |
void |
remove()
Remove the MatrixReloadedState.BuildState object from the Map. |
void |
removeConfiguration(hudson.matrix.Combination combination)
Remove a configuration from the build state |
int |
size()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public int rebuildNumber
| Method Detail |
|---|
public void addConfiguration(hudson.matrix.Combination combination,
boolean reuse)
config - A String representing the
MatrixConfiguration given as its
Combinationreuse - A boolean to determine whether to reuse the
Run or notpublic void remove()
MatrixReloadedState.BuildState object from the Map.
public void removeConfiguration(hudson.matrix.Combination combination)
combination - A MatrixConfiguration given
as its Combinationpublic boolean getConfiguration(hudson.matrix.Combination combination)
Run
If the combination is not in the database, the method returns true,
meaning the run will build.
combination - A MatrixConfiguration given
as its Combination
Runpublic String toString()
toString in class Objectpublic int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||