trait ScoozieWorkflow extends JobProperties with ArtefactWriter with ZipArtefactWriter
Trait that may be extended by clients of the library
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScoozieWorkflow
- ZipArtefactWriter
- ArtefactWriter
- JobProperties
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jobProperties: String
Get the job properties for this workflow
Get the job properties for this workflow
- Definition Classes
- ScoozieWorkflow → JobProperties
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
save(location: Path, asZipFile: Boolean = false): Unit
Writes this workflow and its properties to the specified folder.
Writes this workflow and its properties to the specified folder. The folder will be created if it does not exist
file names on output will be
workflow.xmlandjob.properties- location
the location to write to
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
writeFile(outputFolder: Path, artefact: Artefact): Unit
Write the passed in contents to the specified folder and file name
Write the passed in contents to the specified folder and file name
- outputFolder
The folder to write to
- artefact
The artefact to write
- Attributes
- protected
- Definition Classes
- ArtefactWriter
-
def
writeZipFile(path: Path, filename: String, zipFileContents: Seq[Artefact]): Unit
Write the passed in artefacts as a zip file
Write the passed in artefacts as a zip file
- path
the path to writ to
- filename
the file name to write to
- zipFileContents
the artefacts to write
- Definition Classes
- ZipArtefactWriter