@ExportedBean(defaultVisibility=999) public abstract class ChangeLogSet<T extends ChangeLogSet.Entry> extends Object implements Iterable<T>
Use the "index" view of this object to render the changeset detail page,
and use the "digest" view of this object to render the summary page.
For the change list at project level, see SCM
.
Iterator
is expected to return newer changes first then older changes later.
Modifier and Type | Class and Description |
---|---|
static interface |
ChangeLogSet.AffectedFile
Represents a file change.
|
static class |
ChangeLogSet.Entry |
Modifier and Type | Field and Description |
---|---|
AbstractBuild<?,?> |
build
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ChangeLogSet(AbstractBuild<?,?> build)
Deprecated.
|
protected |
ChangeLogSet(Run<?,?> run,
RepositoryBrowser<?> browser) |
Modifier and Type | Method and Description |
---|---|
static ChangeLogSet<? extends ChangeLogSet.Entry> |
createEmpty(AbstractBuild build)
Deprecated.
|
static ChangeLogSet<? extends ChangeLogSet.Entry> |
createEmpty(Run build)
Constant instance that represents no changes.
|
RepositoryBrowser<?> |
getBrowser() |
Object[] |
getItems()
All changes in this change set.
|
String |
getKind()
Optional identification of the kind of SCM being used.
|
Run<?,?> |
getRun() |
abstract boolean |
isEmptySet()
Returns true if there's no change.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, iterator, spliterator
@Deprecated public final AbstractBuild<?,?> build
protected ChangeLogSet(Run<?,?> run, RepositoryBrowser<?> browser)
@Deprecated protected ChangeLogSet(AbstractBuild<?,?> build)
public Run<?,?> getRun()
public RepositoryBrowser<?> getBrowser()
public abstract boolean isEmptySet()
@Exported public final Object[] getItems()
@Exported public String getKind()
public static ChangeLogSet<? extends ChangeLogSet.Entry> createEmpty(Run build)
@Deprecated public static ChangeLogSet<? extends ChangeLogSet.Entry> createEmpty(AbstractBuild build)
Copyright © 2004–2021. All rights reserved.