Package hudson.plugins.postbuildtask
Class TaskProperties
java.lang.Object
hudson.plugins.postbuildtask.TaskProperties
A task properties.
- Author:
- Shinod Mohandas
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe text string which should be searched in the build log.Shell script to be executed. -
Constructor Summary
ConstructorsConstructorDescriptionTaskProperties
(String script, Boolean EscalateStatus, Boolean RunIfJobSuccessful) -
Method Summary
-
Field Details
-
logTexts
The text string which should be searched in the build log. -
EscalateStatus
-
RunIfJobSuccessful
-
logText
-
script
Shell script to be executed.
-
-
Constructor Details
-
TaskProperties
-
-
Method Details
-
setLogTexts
-
getEscalateStatus
-
getRunIfJobSuccessful
-
getLogProperties
-
getScript
-