net.praqma.jenkins.configrotator.scm.git
Class GitConfiguration
java.lang.Object
net.praqma.jenkins.configrotator.AbstractConfiguration<GitConfigurationComponent>
net.praqma.jenkins.configrotator.scm.git.GitConfiguration
- All Implemented Interfaces:
- Serializable
public class GitConfiguration
- extends AbstractConfiguration<GitConfigurationComponent>
- See Also:
- Serialized Form
GitConfiguration
public GitConfiguration(List<GitTarget> targets,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws ConfigurationRotatorException
- Throws:
ConfigurationRotatorException
checkout
public void checkout(hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
difference
public List<ConfigRotatorChangeLogEntry> difference(GitConfigurationComponent component,
GitConfigurationComponent other)
throws ConfigurationRotatorException
- Specified by:
difference in class AbstractConfiguration<GitConfigurationComponent>
- Throws:
ConfigurationRotatorException
clone
public GitConfiguration clone()
- Specified by:
clone in class AbstractConfiguration<GitConfigurationComponent>
toHtml
public String toHtml()
- Specified by:
toHtml in class AbstractConfiguration<GitConfigurationComponent>
Copyright © 2004-2013. All Rights Reserved.