Package com.atlassian.bamboo.core
Interface Script
- All Known Implementing Classes:
ScriptImpl
public interface Script
A generic interface that should be used for objects holding script data in Bamboo (inline scripts/instance shutdown or startup scripts etc.).
-
Method Summary
-
Method Details
-
getBody
The accessor for the script body.- Returns:
- the script body
-
setBody
The mutator for the script body.- Parameters:
body
- the script body.
-