hudson.matrix
Class MatrixConfiguration.ParentBuildAction

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by hudson.matrix.MatrixConfiguration.ParentBuildAction
All Implemented Interfaces:
Action, ModelObject, Queue.QueueAction
Enclosing class:
MatrixConfiguration

public static class MatrixConfiguration.ParentBuildAction
extends InvisibleAction
implements Queue.QueueAction


Field Summary
 MatrixBuild parent
           
 
Constructor Summary
MatrixConfiguration.ParentBuildAction()
           
 
Method Summary
 boolean shouldSchedule(List<Action> actions)
          Returns whether the new item should be scheduled.
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 

Field Detail

parent

public transient MatrixBuild parent
Constructor Detail

MatrixConfiguration.ParentBuildAction

public MatrixConfiguration.ParentBuildAction()
Method Detail

shouldSchedule

public boolean shouldSchedule(List<Action> actions)
Description copied from interface: Queue.QueueAction
Returns whether the new item should be scheduled. An action should return true if the associated task is 'different enough' to warrant a separate execution.

Specified by:
shouldSchedule in interface Queue.QueueAction


Copyright © 2004-2013. All Rights Reserved.