net.praqma.jenkins.configrotator.scm
Class ConfigRotatorChangeLogSet<T extends ConfigRotatorChangeLogEntry>

java.lang.Object
  extended by hudson.scm.ChangeLogSet<T>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry
 
Field Summary
static String EMPTY_DESCRIPTOR
           
protected  List<T> entries
           
protected  String headline
           
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build)
           
ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build, List<T> entries)
           
 
Method Summary
 void add(T entry)
          Adds the entry to the changelogset
protected  Object clone()
           
 List<T> getEntries()
           
 boolean isEmptySet()
           
 Iterator<T> iterator()
           
 String toString()
           
 
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, getItems, getKind
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entries

protected List<T extends ConfigRotatorChangeLogEntry> entries

headline

protected String headline

EMPTY_DESCRIPTOR

public static final String EMPTY_DESCRIPTOR
See Also:
Constant Field Values
Constructor Detail

ConfigRotatorChangeLogSet

public ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build,
                                 List<T> entries)

ConfigRotatorChangeLogSet

public ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build)
Method Detail

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.