public class V1alpha1BranchBehaviour extends Object
| Constructor and Description |
|---|
V1alpha1BranchBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1BranchBehaviour |
addRulesItem(String rulesItem) |
V1alpha1BranchBehaviour |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
V1alpha1BranchBehaviour |
excludeBranchFiledAsPR(Boolean excludeBranchFiledAsPR) |
List<String> |
getRules()
Rules are filter expressions to filter branches
|
int |
hashCode() |
Boolean |
isEnabled()
Enabled Branch discovering
|
Boolean |
isExcludeBranchFiledAsPR()
ExcludeBranchFiledAsPR whether exclude branches also filed as PRs
|
V1alpha1BranchBehaviour |
rules(List<String> rules) |
void |
setEnabled(Boolean enabled) |
void |
setExcludeBranchFiledAsPR(Boolean excludeBranchFiledAsPR) |
void |
setRules(List<String> rules) |
String |
toString() |
public V1alpha1BranchBehaviour enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public V1alpha1BranchBehaviour excludeBranchFiledAsPR(Boolean excludeBranchFiledAsPR)
public Boolean isExcludeBranchFiledAsPR()
public void setExcludeBranchFiledAsPR(Boolean excludeBranchFiledAsPR)
public V1alpha1BranchBehaviour rules(List<String> rules)
public V1alpha1BranchBehaviour addRulesItem(String rulesItem)
public List<String> getRules()
Copyright © 2020. All rights reserved.