net.praqma.jenkins.configrotator.scm.git
Class GitConfigurationComponent
java.lang.Object
net.praqma.jenkins.configrotator.AbstractConfigurationComponent
net.praqma.jenkins.configrotator.scm.git.GitConfigurationComponent
- All Implemented Interfaces:
- Serializable, Feedable
public class GitConfigurationComponent
- extends AbstractConfigurationComponent
- See Also:
- Serialized Form
GitConfigurationComponent
public GitConfigurationComponent(String name,
String repository,
String branch,
org.eclipse.jgit.revwalk.RevCommit commit,
boolean fixed)
checkout
public void checkout(hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
getBranch
public String getBranch()
getRepository
public String getRepository()
getName
public String getName()
getCommit
public org.eclipse.jgit.revwalk.RevCommit getCommit()
setCommitId
public void setCommitId(String commitId)
getCommitId
public String getCommitId()
getComponentName
public String getComponentName()
- Specified by:
getComponentName in class AbstractConfigurationComponent
clone
protected Object clone()
- Overrides:
clone in class Object
getFeedId
public String getFeedId()
getFeedName
public String getFeedName()
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
prettyPrint
public String prettyPrint()
- Specified by:
prettyPrint in class AbstractConfigurationComponent
toHtml
public String toHtml()
Copyright © 2004-2013. All Rights Reserved.