public class Branch extends Object implements Serializable
| Constructor and Description |
|---|
Branch() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions()
Actions to be executed in this branch
|
String |
getName()
Branch name
|
TimeoutsDefinition |
getTimeouts()
Timeouts Definition
|
void |
setActions(List<Action> actions)
Actions to be executed in this branch
|
void |
setName(String name)
Branch name
|
void |
setTimeouts(TimeoutsDefinition timeouts)
Timeouts Definition
|
Branch |
withActions(List<Action> actions) |
Branch |
withName(String name) |
Branch |
withTimeouts(TimeoutsDefinition timeouts) |
public String getName()
public void setName(String name)
public TimeoutsDefinition getTimeouts()
public void setTimeouts(TimeoutsDefinition timeouts)
public Branch withTimeouts(TimeoutsDefinition timeouts)
Copyright © 2020–2023 CNCF. All rights reserved.