Package com.atlassian.bamboo.core
Class ScriptImpl
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.core.BambooEntityObject
-
- com.atlassian.bamboo.core.ScriptImpl
-
- All Implemented Interfaces:
BambooIdProvider,BambooObject,Script,Cloneable
@Entity public class ScriptImpl extends BambooEntityObject implements Script
-
-
Constructor Summary
Constructors Constructor Description ScriptImpl()ScriptImpl(String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringgetBody()The accessor for the script body.voidsetBody(@NotNull String body)The mutator for the script body.-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-