public class ClearCaseUCMConfiguration extends AbstractConfiguration<ClearCaseUCMConfigurationComponent>
description, list| Constructor and Description |
|---|
ClearCaseUCMConfiguration() |
ClearCaseUCMConfiguration(List<ClearCaseUCMConfigurationComponent> list) |
| Modifier and Type | Method and Description |
|---|---|
ClearCaseUCMConfiguration |
clone() |
List<ConfigRotatorChangeLogEntry> |
difference(ClearCaseUCMConfigurationComponent component,
ClearCaseUCMConfigurationComponent other)
Returns a list of files affected by the recent change.
|
boolean |
equals(Object other) |
static ClearCaseUCMConfiguration |
getConfigurationFromTargets(List<ClearCaseUCMTarget> targets,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
Parsing and loading the user-input config rotator configuration - targets in the GUI.
|
String |
getDescription(hudson.model.AbstractBuild<?,?> build) |
net.praqma.clearcase.ucm.view.SnapshotView |
getView() |
void |
setView(net.praqma.clearcase.ucm.view.SnapshotView view) |
String |
toHtml() |
String |
toString() |
basicHtml, getChangedComponent, getChangedComponentIndex, getList, getViewpublic ClearCaseUCMConfiguration()
public ClearCaseUCMConfiguration(List<ClearCaseUCMConfigurationComponent> list)
public ClearCaseUCMConfiguration clone()
clone in class AbstractConfiguration<ClearCaseUCMConfigurationComponent>public void setView(net.praqma.clearcase.ucm.view.SnapshotView view)
public net.praqma.clearcase.ucm.view.SnapshotView getView()
public static ClearCaseUCMConfiguration getConfigurationFromTargets(List<ClearCaseUCMTarget> targets, hudson.FilePath workspace, hudson.model.TaskListener listener) throws ConfigurationRotatorException
targets - workspace - listener - ConfigurationRotatorException - if target can not be parsed, or if they can not be loaded with ClearCaseIOExceptionpublic String toString()
toString in class AbstractConfiguration<ClearCaseUCMConfigurationComponent>public String toHtml()
toHtml in class AbstractConfiguration<ClearCaseUCMConfigurationComponent>public String getDescription(hudson.model.AbstractBuild<?,?> build)
getDescription in class AbstractConfiguration<ClearCaseUCMConfigurationComponent>public List<ConfigRotatorChangeLogEntry> difference(ClearCaseUCMConfigurationComponent component, ClearCaseUCMConfigurationComponent other) throws ConfigurationRotatorException
difference in class AbstractConfiguration<ClearCaseUCMConfigurationComponent>ConfigurationRotatorExceptionCopyright © 2004-2014. All Rights Reserved.