com.chikli.hudson.plugin.naginator
Class NaginatorMatrixAction
java.lang.Object
com.chikli.hudson.plugin.naginator.NaginatorAction
com.chikli.hudson.plugin.naginator.NaginatorMatrixAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.ModelObject
public class NaginatorMatrixAction
- extends NaginatorAction
This is an extention for the NaginatorAction class which used to store the
combinations to rerun.
- Author:
- galunto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NaginatorMatrixAction
@Deprecated
public NaginatorMatrixAction()
- Deprecated. use
NaginatorMatrixAction(int).
NaginatorMatrixAction
public NaginatorMatrixAction(int retryCount)
- Parameters:
retryCount - the number of retry this build is rescheduled for.- Since:
- 1.16
addCombinationToRerun
public void addCombinationToRerun(hudson.matrix.Combination combination)
getCombinationsToRerun
public List<hudson.matrix.Combination> getCombinationsToRerun()
isCombinationNeedsRerun
public boolean isCombinationNeedsRerun(hudson.matrix.Combination combination)
Copyright © 2004-2015. All Rights Reserved.