public class TriggerDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SUCCESS
Success condition for previous result.
|
Constructor and Description |
---|
TriggerDefinition(String project,
String branch,
String promotion,
String parameterName,
String minimumResult) |
Modifier and Type | Method and Description |
---|---|
String |
getBranch() |
String |
getMinimumResult() |
String |
getParameterName() |
String |
getProject() |
String |
getPromotion() |
String |
toString() |
public static final String SUCCESS
Copyright © 2016–2023. All rights reserved.