public class IntegrityLcChangeSetList extends hudson.scm.ChangeLogSet<IntegrityLcChangeSet> implements Serializable
| Constructor and Description |
|---|
IntegrityLcChangeSetList(hudson.model.Run<?,?> run,
hudson.scm.RepositoryBrowser<?> browser,
String integrityUrl,
List<IntegrityLcChangeSet> logs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIntegrityURL()
Provides the Integrity URL for this Change Log Set
|
String |
getKind() |
List<IntegrityLcChangeSet> |
getLogs()
Returns the list of Change Logs
|
boolean |
isEmptySet() |
Iterator<IntegrityLcChangeSet> |
iterator() |
createEmpty, createEmpty, getBrowser, getItems, getRunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IntegrityLcChangeSetList(hudson.model.Run<?,?> run,
hudson.scm.RepositoryBrowser<?> browser,
String integrityUrl,
List<IntegrityLcChangeSet> logs)
public boolean isEmptySet()
isEmptySet in class hudson.scm.ChangeLogSet<IntegrityLcChangeSet>public Iterator<IntegrityLcChangeSet> iterator()
iterator in interface Iterable<IntegrityLcChangeSet>public String getIntegrityURL()
public List<IntegrityLcChangeSet> getLogs()
public String getKind()
getKind in class hudson.scm.ChangeLogSet<IntegrityLcChangeSet>Copyright © 2016–2024. All rights reserved.