Class WorkflowJob.Jsii$Proxy

  • All Implemented Interfaces:
    WorkflowJob, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    WorkflowJob

    @Stability(Experimental)
    @Internal
    public static final class WorkflowJob.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements WorkflowJob
    An implementation for WorkflowJob
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getContext

        public final List<String> getContext()
        Description copied from interface: WorkflowJob
        (experimental) The name of the context(s).

        The initial default name is org-global. Each context name must be unique.

        Specified by:
        getContext in interface WorkflowJob
      • getFilters

        public final Filter getFilters()
        Description copied from interface: WorkflowJob
        (experimental) Job Filters can have the key branches or tags.
        Specified by:
        getFilters in interface WorkflowJob
      • getName

        public final String getName()
        Description copied from interface: WorkflowJob
        (experimental) A replacement for the job name.

        Useful when calling a job multiple times

        Specified by:
        getName in interface WorkflowJob
      • getRequires

        public final List<String> getRequires()
        Description copied from interface: WorkflowJob
        (experimental) A list of jobs that must succeed for the job to start.
        Specified by:
        getRequires in interface WorkflowJob
      • getType

        public final JobType getType()
        Description copied from interface: WorkflowJob
        (experimental) A job may have a type of approval indicating it must be manually approved before downstream jobs may proceed.
        Specified by:
        getType in interface WorkflowJob
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

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