com.chikli.hudson.plugin.naginator
Class NaginatorMatrixAction

java.lang.Object
  extended by com.chikli.hudson.plugin.naginator.NaginatorAction
      extended by 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

Constructor Summary
NaginatorMatrixAction()
          Deprecated. use NaginatorMatrixAction(int).
NaginatorMatrixAction(int retryCount)
           
 
Method Summary
 void addCombinationToRerun(hudson.matrix.Combination combination)
           
 List<hudson.matrix.Combination> getCombinationsToRerun()
           
 boolean isCombinationNeedsRerun(hudson.matrix.Combination combination)
           
 
Methods inherited from class com.chikli.hudson.plugin.naginator.NaginatorAction
getDisplayName, getIconFileName, getRetryCount, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.