net.praqma.jenkins.configrotator.scm
Class ConfigRotatorChangeLogSet<T extends ConfigRotatorChangeLogEntry>
java.lang.Object
hudson.scm.ChangeLogSet<T>
net.praqma.jenkins.configrotator.scm.ConfigRotatorChangeLogSet<T>
- All Implemented Interfaces:
- Iterable<T>
public class ConfigRotatorChangeLogSet<T extends ConfigRotatorChangeLogEntry>
- extends hudson.scm.ChangeLogSet<T>
- Author:
- Praqma
| Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet |
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry |
| Fields inherited from class hudson.scm.ChangeLogSet |
build |
| Methods inherited from class hudson.scm.ChangeLogSet |
createEmpty, getItems, getKind |
entries
protected List<T extends ConfigRotatorChangeLogEntry> entries
headline
protected String headline
EMPTY_DESCRIPTOR
public static final String EMPTY_DESCRIPTOR
- See Also:
- Constant Field Values
ConfigRotatorChangeLogSet
public ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<T> entries)
ConfigRotatorChangeLogSet
public ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build)
clone
protected Object clone()
throws CloneNotSupportedException
- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException
iterator
public Iterator<T> iterator()
toString
public String toString()
- Overrides:
toString in class Object
isEmptySet
public boolean isEmptySet()
- Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<T extends ConfigRotatorChangeLogEntry>
add
public void add(T entry)
- Adds the entry to the changelogset
- Parameters:
entry -
getEntries
public List<T> getEntries()
Copyright © 2004-2013. All Rights Reserved.