hudson.matrix
Class MatrixConfiguration.ParentBuildAction
java.lang.Object
hudson.model.InvisibleAction
hudson.matrix.MatrixConfiguration.ParentBuildAction
- All Implemented Interfaces:
- Action, ModelObject, Queue.QueueAction
- Enclosing class:
- MatrixConfiguration
public static class MatrixConfiguration.ParentBuildAction
- extends InvisibleAction
- implements Queue.QueueAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
public transient MatrixBuild parent
MatrixConfiguration.ParentBuildAction
public MatrixConfiguration.ParentBuildAction()
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.