public class BranchSpec extends Object implements Serializable
| Constructor and Description |
|---|
BranchSpec(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
filterMatching(Collection<String> branches) |
List<Branch> |
filterMatchingBranches(Collection<Branch> branches) |
String |
getName() |
int |
hashCode() |
boolean |
matches(String item) |
void |
setName(String value) |
public BranchSpec(String name)
public String getName()
public void setName(String value)
public boolean matches(String item)
public List<String> filterMatching(Collection<String> branches)
public List<Branch> filterMatchingBranches(Collection<Branch> branches)
Copyright © 2004-2015 Hudson. All Rights Reserved.