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)
          Deprecated. use NaginatorMatrixAction(Run, int, int) instead.
NaginatorMatrixAction(hudson.model.Run<?,?> parentBuild, int retryCount, int maxRetryCount)
           
 
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, getMaxRetryCount, getParentBuildNumber, 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

@Deprecated
public NaginatorMatrixAction(int retryCount)
Deprecated. use NaginatorMatrixAction(Run, int, int) instead.

Parameters:
retryCount - the number of retry this build is rescheduled for.
Since:
1.16

NaginatorMatrixAction

public NaginatorMatrixAction(@CheckForNull
                             hudson.model.Run<?,?> parentBuild,
                             int retryCount,
                             int maxRetryCount)
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 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-2016. All Rights Reserved.