Uses of Class
com.atlassian.bamboo.core.ScriptImpl
-
Packages that use ScriptImpl Package Description com.atlassian.bamboo.core com.atlassian.bamboo.migration.dao com.atlassian.bamboo.migration.stream.script -
-
Uses of ScriptImpl in com.atlassian.bamboo.core
Fields in com.atlassian.bamboo.core with type parameters of type ScriptImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ScriptImpl,String>
ScriptImpl_. body
-
Uses of ScriptImpl in com.atlassian.bamboo.migration.dao
Methods in com.atlassian.bamboo.migration.dao that return ScriptImpl Modifier and Type Method Description @Nullable ScriptImpl
ScriptDao. findById(long id)
@Nullable ScriptImpl
ScriptDaoImpl. findById(long id)
-
Uses of ScriptImpl in com.atlassian.bamboo.migration.stream.script
Methods in com.atlassian.bamboo.migration.stream.script that return ScriptImpl Modifier and Type Method Description protected @NotNull ScriptImpl
ScriptMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream.script with parameters of type ScriptImpl Modifier and Type Method Description void
ScriptMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ScriptImpl> list, @NotNull ScriptImpl object, long objectIndex, @NotNull org.hibernate.Session session)
protected void
ScriptMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull ScriptImpl object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
ScriptMapper. importProperties(@NotNull ScriptImpl script, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Method parameters in com.atlassian.bamboo.migration.stream.script with type arguments of type ScriptImpl Modifier and Type Method Description void
ScriptMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ScriptImpl> list, @NotNull ScriptImpl object, long objectIndex, @NotNull org.hibernate.Session session)
-