public abstract class AbstractConfiguration<T extends AbstractConfigurationComponent> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<T> |
list |
| Constructor and Description |
|---|
AbstractConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
basicHtml(StringBuilder builder,
String... titles) |
abstract <T extends AbstractConfiguration> |
clone() |
abstract List<ConfigRotatorChangeLogEntry> |
difference(T component,
T other) |
AbstractConfigurationComponent |
getChangedComponent() |
int |
getChangedComponentIndex()
Gets the index of the changed component.
|
String |
getDescription(hudson.model.AbstractBuild<?,?> build) |
List<T> |
getList() |
String |
getView(Class<?> clazz) |
abstract String |
toHtml() |
String |
toString() |
protected List<T extends AbstractConfigurationComponent> list
protected String description
public abstract List<ConfigRotatorChangeLogEntry> difference(T component, T other) throws ConfigurationRotatorException
ConfigurationRotatorExceptionpublic AbstractConfigurationComponent getChangedComponent()
public int getChangedComponentIndex()
public abstract <T extends AbstractConfiguration> T clone()
public abstract String toHtml()
public String getDescription(hudson.model.AbstractBuild<?,?> build)
public String basicHtml(StringBuilder builder, String... titles)
Copyright © 2004-2014. All Rights Reserved.