public class NaginatorMatrixAction extends NaginatorAction
| Constructor and Description |
|---|
NaginatorMatrixAction()
Deprecated.
|
NaginatorMatrixAction(int retryCount)
Deprecated.
use
NaginatorMatrixAction(Run, int, int) instead. |
NaginatorMatrixAction(hudson.model.Run<?,?> parentBuild,
int retryCount,
int maxRetryCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCombinationToRerun(hudson.matrix.Combination combination) |
List<hudson.matrix.Combination> |
getCombinationsToRerun() |
boolean |
isCombinationNeedsRerun(hudson.matrix.Combination combination) |
getDisplayName, getIconFileName, getMaxRetryCount, getParentBuildNumber, getRetryCount, getUrlName@Deprecated public NaginatorMatrixAction()
NaginatorMatrixAction(int).@Deprecated public NaginatorMatrixAction(int retryCount)
NaginatorMatrixAction(Run, int, int) instead.retryCount - the number of retry this build is rescheduled for.public NaginatorMatrixAction(@CheckForNull hudson.model.Run<?,?> parentBuild, int retryCount, int maxRetryCount)
parentBuild - the build to be rescheduled.retryCount - the number of retry this build is rescheduled for.maxRetryCount - the maximum number to retry. Can be 0 for indeterminable cases.public void addCombinationToRerun(hudson.matrix.Combination combination)
public List<hudson.matrix.Combination> getCombinationsToRerun()
public boolean isCombinationNeedsRerun(hudson.matrix.Combination combination)
Copyright © 2016–2019. All rights reserved.