hudson.plugins.unityasset.scm
Class UnityChangelogSet

java.lang.Object
  extended by hudson.scm.ChangeLogSet<UnityChangelog>
      extended by hudson.plugins.unityasset.scm.UnityChangelogSet
All Implemented Interfaces:
java.lang.Iterable<UnityChangelog>

public class UnityChangelogSet
extends hudson.scm.ChangeLogSet<UnityChangelog>


Nested Class Summary
static class UnityChangelogSet.XMLSerializer
           
 
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
UnityChangelogSet(hudson.model.AbstractBuild build, java.util.List<UnityChangelog> changes)
           
 
Method Summary
 java.lang.String getKind()
           
 boolean isEmptySet()
           
 java.util.Iterator<UnityChangelog> 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

UnityChangelogSet

public UnityChangelogSet(hudson.model.AbstractBuild build,
                         java.util.List<UnityChangelog> changes)
Method Detail

getKind

public java.lang.String getKind()
Overrides:
getKind in class hudson.scm.ChangeLogSet<UnityChangelog>

isEmptySet

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

iterator

public java.util.Iterator<UnityChangelog> iterator()


Copyright © 2010. All Rights Reserved.