Class MatrixSubsetAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- hudson.plugins.parameterizedtrigger.matrix.MatrixSubsetAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class MatrixSubsetAction extends InvisibleAction
Restricts the execution of matrix to a subset at runtime.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description MatrixSubsetAction(String filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilter()
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
-