public class ConfigRotatorChangeLogSet<T extends ConfigRotatorChangeLogEntry>
extends hudson.scm.ChangeLogSet<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_DESCRIPTOR |
protected List<T> |
entries |
protected String |
headline |
| Constructor and Description |
|---|
ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build) |
ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<T> entries) |
protected List<T extends ConfigRotatorChangeLogEntry> entries
protected String headline
public static final String EMPTY_DESCRIPTOR
public ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build,
List<T> entries)
public ConfigRotatorChangeLogSet(hudson.model.AbstractBuild<?,?> build)
protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean isEmptySet()
isEmptySet in class hudson.scm.ChangeLogSet<T extends ConfigRotatorChangeLogEntry>public void add(T entry)
entry - Copyright © 2004-2014. All Rights Reserved.