Class/Object

com.krux.hyperion.precondition

ShellCommandPrecondition

Related Docs: object ShellCommandPrecondition | package precondition

Permalink

case class ShellCommandPrecondition extends Precondition with Product with Serializable

A Unix/Linux shell command that can be run as a precondition.

Source
ShellCommandPrecondition.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Precondition, NamedPipelineObject, PipelineObject, Ordered[PipelineObject], Comparable[PipelineObject], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShellCommandPrecondition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Precondition
  7. NamedPipelineObject
  8. PipelineObject
  9. Ordered
  10. Comparable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val baseFields: BaseFields

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: PipelineObject): Int

    Permalink
    Definition Classes
    PipelineObject → Ordered
  12. def compareTo(that: PipelineObject): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def groupedBy(group: String): Self

    Permalink

    Postfix the name field

    Postfix the name field

    Definition Classes
    NamedPipelineObject
  17. def id: PipelineObjectId

    Permalink
    Definition Classes
    NamedPipelineObjectPipelineObject
  18. def idGroupedBy(group: String): Self

    Permalink

    Have a grouping postfix in the id field

    Have a grouping postfix in the id field

    Definition Classes
    NamedPipelineObject
    Note

    Id naming is more restrictive, it is recommended to not changing the id unleass you have a good reason

  19. def idNamed(namePrefix: String): Self

    Permalink

    Id field will be prefixed with name

    Id field will be prefixed with name

    Definition Classes
    NamedPipelineObject
    Note

    Id naming is more restrictive, it is recommended to not changing the id unless you have a good reason

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def maximumRetries: Option[HInt]

    Permalink
    Definition Classes
    Precondition
  22. def name: Option[String]

    Permalink

    Name of the pipeline object, if not set, it will defaults to

    Name of the pipeline object, if not set, it will defaults to

    Option(id)
    Definition Classes
    NamedPipelineObject
  23. def named(namePrefix: String): Self

    Permalink

    Give the object a name prefix

    Give the object a name prefix

    Definition Classes
    NamedPipelineObject
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def objects: Iterable[PipelineObject]

    Permalink
    Definition Classes
    PreconditionPipelineObject
  28. def onFail(actions: Action*): Self

    Permalink
    Definition Classes
    Precondition
  29. def onFail: Seq[Action]

    Permalink
    Definition Classes
    Precondition
  30. def onLateAction(actions: Action*): Self

    Permalink
    Definition Classes
    Precondition
  31. def onLateAction: Seq[Action]

    Permalink
    Definition Classes
    Precondition
  32. def onSuccess(actions: Action*): Self

    Permalink
    Definition Classes
    Precondition
  33. def onSuccess: Seq[Action]

    Permalink
    Definition Classes
    Precondition
  34. val preconditionFields: PreconditionFields

    Permalink
    Definition Classes
    ShellCommandPreconditionPrecondition
  35. def preconditionTimeout: Option[HDuration]

    Permalink

    The precondition will be retried until the retryTimeout with a gap of retryDelay between attempts.

    The precondition will be retried until the retryTimeout with a gap of retryDelay between attempts. Time period; for example, "1 hour".

    Definition Classes
    Precondition
  36. def ref: AdpRef[AdpPrecondition]

    Permalink
    Definition Classes
    PreconditionPipelineObject
  37. def role: HString

    Permalink

    The IAM role to use for this precondition.

    The IAM role to use for this precondition.

    Definition Classes
    Precondition
  38. val script: Script

    Permalink

    The command to run or an Amazon S3 URI path for a file to download and run as a shell command.

    The command to run or an Amazon S3 URI path for a file to download and run as a shell command. scriptUri cannot use parameters, use command instead.

  39. val scriptArgument: Seq[HString]

    Permalink

    A list of arguments to pass to the shell script.

  40. implicit def seq2Option[A](anySeq: Seq[A]): Option[Seq[A]]

    Permalink
    Definition Classes
    PipelineObject
  41. def seqToOption[A, B](anySeq: Seq[A])(transform: (A) ⇒ B): Option[Seq[B]]

    Permalink
    Definition Classes
    PipelineObject
  42. lazy val serialize: AdpShellCommandPrecondition

    Permalink
  43. val stderr: Option[HString]

    Permalink

    The Amazon S3 path that receives redirected system error messages from the command.

    The Amazon S3 path that receives redirected system error messages from the command. If you use the runsOn field, this must be an Amazon S3 path because of the transitory nature of the resource running your activity. However if you specify the workerGroup field, a local file path is permitted.

  44. val stdout: Option[HString]

    Permalink

    The Amazon S3 path that receives redirected output from the command.

    The Amazon S3 path that receives redirected output from the command. If you use the runsOn field, this must be an Amazon S3 path because of the transitory nature of the resource running your activity. However if you specify the workerGroup field, a local file path is permitted.

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. implicit def uniquePipelineId2String(id: PipelineObjectId): String

    Permalink
    Definition Classes
    PipelineObject
  47. def updateBaseFields(fields: BaseFields): ShellCommandPrecondition

    Permalink
  48. def updatePreconditionFields(fields: PreconditionFields): ShellCommandPrecondition

    Permalink
    Definition Classes
    ShellCommandPreconditionPrecondition
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withMaximumRetries(retries: HInt): Self

    Permalink
    Definition Classes
    Precondition
  53. def withPreconditionTimeout(timeout: HDuration): Self

    Permalink
    Definition Classes
    Precondition
  54. def withRole(role: HString): Self

    Permalink
    Definition Classes
    Precondition
  55. def withScriptArgument(argument: HString*): ShellCommandPrecondition

    Permalink
  56. def withStderr(stderr: HString): ShellCommandPrecondition

    Permalink
  57. def withStdout(stdout: HString): ShellCommandPrecondition

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Precondition

Inherited from NamedPipelineObject

Inherited from PipelineObject

Inherited from Ordered[PipelineObject]

Inherited from Comparable[PipelineObject]

Inherited from AnyRef

Inherited from Any

Ungrouped