@ExportedBean(defaultVisibility=999) public class Revision extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Revision(org.eclipse.jgit.lib.ObjectId sha1) |
Revision(org.eclipse.jgit.lib.ObjectId sha1,
Collection<Branch> branches) |
| Modifier and Type | Method and Description |
|---|---|
Revision |
clone() |
boolean |
containsBranchName(String name) |
Collection<Branch> |
getBranches() |
org.eclipse.jgit.lib.ObjectId |
getSha1() |
String |
getSha1String() |
void |
setBranches(Collection<Branch> branches) |
void |
setSha1(org.eclipse.jgit.lib.ObjectId sha1) |
String |
toString() |
public Revision(org.eclipse.jgit.lib.ObjectId sha1)
public Revision(org.eclipse.jgit.lib.ObjectId sha1,
Collection<Branch> branches)
public org.eclipse.jgit.lib.ObjectId getSha1()
@Exported(name="SHA1") public String getSha1String()
public void setSha1(org.eclipse.jgit.lib.ObjectId sha1)
@Exported(name="branch") public Collection<Branch> getBranches()
public void setBranches(Collection<Branch> branches)
public boolean containsBranchName(String name)
Copyright © 2004-2015 Hudson. All Rights Reserved.