public final class TaskProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
EscalateStatus |
String |
logText |
LogProperties[] |
logTexts
The text string which should be searched in the build log.
|
Boolean |
RunIfJobSuccessful |
String |
script
Shell script to be executed.
|
| Constructor and Description |
|---|
TaskProperties(String script,
Boolean EscalateStatus,
Boolean RunIfJobSuccessful) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEscalateStatus() |
LogProperties[] |
getLogProperties() |
Boolean |
getRunIfJobSuccessful() |
String |
getScript() |
void |
setLogTexts(LogProperties[] logTexts) |
public LogProperties[] logTexts
public Boolean EscalateStatus
public Boolean RunIfJobSuccessful
public String logText
public String script
public void setLogTexts(LogProperties[] logTexts)
public Boolean getEscalateStatus()
public Boolean getRunIfJobSuccessful()
public LogProperties[] getLogProperties()
public String getScript()
Copyright © 2016–2020 Ushus Technologies. All rights reserved.