|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.ChangeLogSet<DarcsChangeSet>
org.jenkinsci.plugins.darcs.DarcsChangeSetList
public class DarcsChangeSetList
List of change set that went into a particular build.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.scm.ChangeLogSet |
|---|
ChangeLogSet.AffectedFile, ChangeLogSet.Entry |
| Field Summary | |
|---|---|
private static int |
BYTE_MASK
Used to mask bytes. |
private List<DarcsChangeSet> |
changeSets
Set of the changes. |
private String |
digest
Lazy computed digest over all change set hashes. |
private static String |
KIND
Kind description string. |
| Fields inherited from class hudson.scm.ChangeLogSet |
|---|
build |
| Constructor Summary | |
|---|---|
DarcsChangeSetList()
Convenience constructor with empty change set list. |
|
DarcsChangeSetList(AbstractBuild build,
List<DarcsChangeSet> changes)
Constructs with build and changes. |
|
DarcsChangeSetList(List<DarcsChangeSet> changes)
Constructs without build. |
|
| Method Summary | |
|---|---|
private String |
calcDigest()
Calculates md5 digest over all changesets darcs hashes. |
String |
digest()
Returns the digest for the whole change set. |
boolean |
equals(Object object)
|
List<DarcsChangeSet> |
getChangeSets()
Returns the change set list. |
String |
getKind()
Returns the kind as string. |
int |
hashCode()
|
boolean |
isEmptySet()
|
Iterator<DarcsChangeSet> |
iterator()
Returns an iterator for the list. |
int |
size()
Returns the count of change sets. |
String |
toString()
|
| Methods inherited from class hudson.scm.ChangeLogSet |
|---|
createEmpty, getItems |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final String KIND
private static final int BYTE_MASK
private final List<DarcsChangeSet> changeSets
private String digest
| Constructor Detail |
|---|
public DarcsChangeSetList()
public DarcsChangeSetList(List<DarcsChangeSet> changes)
changes - list of patches
public DarcsChangeSetList(AbstractBuild build,
List<DarcsChangeSet> changes)
build - current build associated with change setchanges - list of patches| Method Detail |
|---|
public boolean isEmptySet()
isEmptySet in class ChangeLogSet<DarcsChangeSet>public Iterator<DarcsChangeSet> iterator()
public int size()
public List<DarcsChangeSet> getChangeSets()
public String getKind()
getKind in class ChangeLogSet<DarcsChangeSet>private String calcDigest()
public String digest()
public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||