Class PipelineJobState


  • public final class PipelineJobState
    extends com.azure.core.util.ExpandableStringEnum<PipelineJobState>
    Defines values for PipelineJobState.
    • Field Detail

      • PROCESSING

        public static final PipelineJobState PROCESSING
        Static value Processing for PipelineJobState.
      • CANCELED

        public static final PipelineJobState CANCELED
        Static value Canceled for PipelineJobState.
      • COMPLETED

        public static final PipelineJobState COMPLETED
        Static value Completed for PipelineJobState.
      • FAILED

        public static final PipelineJobState FAILED
        Static value Failed for PipelineJobState.
    • Constructor Detail

      • PipelineJobState

        public PipelineJobState()
    • Method Detail

      • fromString

        public static PipelineJobState fromString​(String name)
        Creates or finds a PipelineJobState from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding PipelineJobState.
      • values

        public static Collection<PipelineJobState> values()
        Gets known PipelineJobState values.
        Returns:
        known PipelineJobState values.