net.praqma.jenkins.configrotator.scm.git
Class GitConfiguration

java.lang.Object
  extended by net.praqma.jenkins.configrotator.AbstractConfiguration<GitConfigurationComponent>
      extended by net.praqma.jenkins.configrotator.scm.git.GitConfiguration
All Implemented Interfaces:
Serializable

public class GitConfiguration
extends AbstractConfiguration<GitConfigurationComponent>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.praqma.jenkins.configrotator.AbstractConfiguration
description, list
 
Constructor Summary
GitConfiguration(List<GitTarget> targets, hudson.FilePath workspace, hudson.model.TaskListener listener)
           
 
Method Summary
 void checkout(hudson.FilePath workspace, hudson.model.TaskListener listener)
           
 GitConfiguration clone()
           
 List<ConfigRotatorChangeLogEntry> difference(GitConfigurationComponent component, GitConfigurationComponent other)
           
 boolean equals(Object other)
           
 String toHtml()
           
 
Methods inherited from class net.praqma.jenkins.configrotator.AbstractConfiguration
basicHtml, getChangedComponent, getChangedComponentIndex, getDescription, getList, getView, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GitConfiguration

public GitConfiguration(List<GitTarget> targets,
                        hudson.FilePath workspace,
                        hudson.model.TaskListener listener)
                 throws ConfigurationRotatorException
Throws:
ConfigurationRotatorException
Method Detail

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.