public class GitConfiguration extends AbstractConfiguration<GitConfigurationComponent>
description, list| Constructor and Description |
|---|
GitConfiguration(List<GitTarget> targets,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkout(hudson.FilePath workspace,
hudson.model.TaskListener listener) |
GitConfiguration |
clone() |
List<ConfigRotatorChangeLogEntry> |
difference(GitConfigurationComponent component,
GitConfigurationComponent other) |
boolean |
equals(Object other) |
String |
toHtml() |
basicHtml, getChangedComponent, getChangedComponentIndex, getDescription, getList, getView, toStringpublic GitConfiguration(List<GitTarget> targets, hudson.FilePath workspace, hudson.model.TaskListener listener) throws ConfigurationRotatorException
ConfigurationRotatorExceptionpublic void checkout(hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic List<ConfigRotatorChangeLogEntry> difference(GitConfigurationComponent component, GitConfigurationComponent other) throws ConfigurationRotatorException
difference in class AbstractConfiguration<GitConfigurationComponent>ConfigurationRotatorExceptionpublic GitConfiguration clone()
clone in class AbstractConfiguration<GitConfigurationComponent>public String toHtml()
toHtml in class AbstractConfiguration<GitConfigurationComponent>Copyright © 2004-2014. All Rights Reserved.