public class GitConfigurationComponent extends AbstractConfigurationComponent
AbstractConfigurationComponent.ElementchangedLast, fixed| Constructor and Description |
|---|
GitConfigurationComponent(String name,
String repository,
String branch,
org.eclipse.jgit.revwalk.RevCommit commit,
boolean fixed) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkout(hudson.FilePath workspace,
hudson.model.TaskListener listener) |
protected Object |
clone() |
boolean |
equals(Object other) |
String |
getBranch() |
org.eclipse.jgit.revwalk.RevCommit |
getCommit() |
String |
getCommitId() |
String |
getComponentName() |
String |
getFeedId() |
String |
getFeedName() |
String |
getName() |
String |
getRepository() |
String |
prettyPrint() |
void |
setCommitId(String commitId) |
String |
toHtml() |
String |
toString() |
getBasicHtml, getFeed, getFeedEntry, getFeedFile, isChangedLast, isFixed, setChangedLastpublic void checkout(hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic String getBranch()
public String getRepository()
public String getName()
public org.eclipse.jgit.revwalk.RevCommit getCommit()
public void setCommitId(String commitId)
public String getCommitId()
public String getComponentName()
getComponentName in class AbstractConfigurationComponentpublic String getFeedId()
public String getFeedName()
public String prettyPrint()
prettyPrint in class AbstractConfigurationComponentpublic String toHtml()
Copyright © 2004-2014. All Rights Reserved.