T
- Action class that is required to exist in all builds.public class ActionSequenceRetriever<T extends hudson.model.Action> extends Object
Constructor and Description |
---|
ActionSequenceRetriever(Class<T> actionClass,
int sequenceLength) |
Modifier and Type | Method and Description |
---|---|
List<List<T>> |
getSequence(hudson.model.AbstractBuild<?,?> build)
Returns a list of actions that meets the requirements in the constructor.
|
Copyright © 2004-2015. All Rights Reserved.