Constructor and Description |
---|
SubscribeSection(Project.NameKey p) |
Modifier and Type | Method and Description |
---|---|
void |
addMatchingRefSpec(org.eclipse.jgit.transport.RefSpec spec) |
void |
addMatchingRefSpec(String spec) |
void |
addMultiMatchRefSpec(String spec) |
boolean |
appliesTo(Branch.NameKey branch)
Determines if the
branch could trigger a superproject update as allowed via this
subscribe section. |
Collection<org.eclipse.jgit.transport.RefSpec> |
getMatchingRefSpecs() |
Collection<org.eclipse.jgit.transport.RefSpec> |
getMultiMatchRefSpecs() |
Project.NameKey |
getProject() |
String |
toString() |
public SubscribeSection(Project.NameKey p)
public void addMatchingRefSpec(org.eclipse.jgit.transport.RefSpec spec)
public void addMatchingRefSpec(String spec)
public void addMultiMatchRefSpec(String spec)
public Project.NameKey getProject()
public boolean appliesTo(Branch.NameKey branch)
branch
could trigger a superproject update as allowed via this
subscribe section.branch
- the branch to checkpublic Collection<org.eclipse.jgit.transport.RefSpec> getMatchingRefSpecs()
public Collection<org.eclipse.jgit.transport.RefSpec> getMultiMatchRefSpecs()