com.deluan.jenkins.plugins.rtc.changelog
Class JazzChangeSetList

java.lang.Object
  extended by hudson.scm.ChangeLogSet<JazzChangeSet>
      extended by com.deluan.jenkins.plugins.rtc.changelog.JazzChangeSetList
All Implemented Interfaces:
Iterable<JazzChangeSet>

public class JazzChangeSetList
extends hudson.scm.ChangeLogSet<JazzChangeSet>

Author:
deluan

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet
hudson.scm.ChangeLogSet.AffectedFile, hudson.scm.ChangeLogSet.Entry
 
Field Summary
 
Fields inherited from class hudson.scm.ChangeLogSet
build
 
Constructor Summary
JazzChangeSetList(hudson.model.AbstractBuild build, List<JazzChangeSet> logs)
           
 
Method Summary
 String getKind()
           
 List<JazzChangeSet> getLogs()
           
 boolean isEmptySet()
           
 Iterator<JazzChangeSet> iterator()
           
 
Methods inherited from class hudson.scm.ChangeLogSet
createEmpty, getItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JazzChangeSetList

public JazzChangeSetList(hudson.model.AbstractBuild build,
                         List<JazzChangeSet> logs)
Method Detail

isEmptySet

public boolean isEmptySet()
Specified by:
isEmptySet in class hudson.scm.ChangeLogSet<JazzChangeSet>

iterator

public Iterator<JazzChangeSet> iterator()

getLogs

public List<JazzChangeSet> getLogs()

getKind

public String getKind()
Overrides:
getKind in class hudson.scm.ChangeLogSet<JazzChangeSet>


Copyright © 2004-2011. All Rights Reserved.