Package hudson.matrix

Interface MatrixChildAction

All Superinterfaces:
Action, ModelObject
All Known Implementing Classes:
MatrixChildParametersAction

public interface MatrixChildAction extends Action
Optional interface for Actions that are used as parameters to Queue.schedule(Task, int, Action...) to indicate that they want to be also passed to the MatrixRuns from its parent MatrixBuild.
Since:
1.481
Author:
Chris Johnson