Class WorkflowStepMetadata

    • Method Detail

      • stepExecutionId

        public final String stepExecutionId()

        A unique identifier for the workflow step, assigned at runtime.

        Returns:
        A unique identifier for the workflow step, assigned at runtime.
      • name

        public final String name()

        The name of the workflow step.

        Returns:
        The name of the workflow step.
      • description

        public final String description()

        Description of the workflow step.

        Returns:
        Description of the workflow step.
      • action

        public final String action()

        The step action name.

        Returns:
        The step action name.
      • message

        public final String message()

        Detailed output message that the workflow step provides at runtime.

        Returns:
        Detailed output message that the workflow step provides at runtime.
      • inputs

        public final String inputs()

        Input parameters that Image Builder provides for the workflow step.

        Returns:
        Input parameters that Image Builder provides for the workflow step.
      • outputs

        public final String outputs()

        The file names that the workflow step created as output for this runtime instance of the workflow.

        Returns:
        The file names that the workflow step created as output for this runtime instance of the workflow.
      • startTime

        public final String startTime()

        The timestamp when the workflow step started.

        Returns:
        The timestamp when the workflow step started.
      • endTime

        public final String endTime()

        The timestamp when the workflow step finished.

        Returns:
        The timestamp when the workflow step finished.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)