Package com.atlassian.bamboo.core
Interface Script
-
- All Known Implementing Classes:
ScriptImpl
public interface ScriptA generic interface that should be used for objects holding script data in Bamboo (inline scripts/instance shutdown or startup scripts etc.).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetBody()The accessor for the script body.voidsetBody(@NotNull String body)The mutator for the script body.
-