Class NaginatorMatrixAction
java.lang.Object
com.chikli.hudson.plugin.naginator.NaginatorAction
com.chikli.hudson.plugin.naginator.NaginatorMatrixAction
- All Implemented Interfaces:
Action
,BuildBadgeAction
,ModelObject
This is an extention for the NaginatorAction class which used to store the
combinations to rerun.
- Author:
- galunto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.NaginatorMatrixAction
(int retryCount) Deprecated.useNaginatorMatrixAction(Run, int, int)
instead.NaginatorMatrixAction
(Run<?, ?> parentBuild, int retryCount, int maxRetryCount) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCombinationToRerun
(hudson.matrix.Combination combination) List<hudson.matrix.Combination>
boolean
isCombinationNeedsRerun
(hudson.matrix.Combination combination) Methods inherited from class com.chikli.hudson.plugin.naginator.NaginatorAction
getDisplayName, getIconFileName, getMaxRetryCount, getParentBuildNumber, getRetryCount, getTooltip, getUrlName, setCause
-
Constructor Details
-
NaginatorMatrixAction
Deprecated. -
NaginatorMatrixAction
Deprecated.useNaginatorMatrixAction(Run, int, int)
instead.- Parameters:
retryCount
- the number of retry this build is rescheduled for.- Since:
- 1.16
-
NaginatorMatrixAction
- Parameters:
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.- Since:
- 1.17
-
-
Method Details
-
addCombinationToRerun
public void addCombinationToRerun(hudson.matrix.Combination combination) -
getCombinationsToRerun
-
isCombinationNeedsRerun
public boolean isCombinationNeedsRerun(hudson.matrix.Combination combination)
-
NaginatorMatrixAction(int)
.