|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.Plugin
org.jvnet.hudson.plugins.bulkbuilder.model.BuildHistory
public class BuildHistory
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.Plugin |
---|
hudson.Plugin.DummyImpl |
Field Summary | |
---|---|
static java.lang.Integer |
SIZE
Size of the history to maintain |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
BuildHistory()
|
Method Summary | |
---|---|
void |
add(BuildHistoryItem pattern)
Add a new pattern, over-writing any previous occurrences |
void |
clear()
Remove all items from build history |
java.util.List<BuildHistoryItem> |
getAll()
Return list of build patterns |
int |
size()
Return the size of the build history |
Methods inherited from class hudson.Plugin |
---|
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Integer SIZE
Constructor Detail |
---|
public BuildHistory()
Method Detail |
---|
public final void add(BuildHistoryItem pattern)
pattern
- public final java.util.List<BuildHistoryItem> getAll()
public final int size()
public final void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |