Class StepConfiguration.Jsii$Proxy

    • 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

      • getEnv

        public final Map<String,​String> getEnv()
        Description copied from interface: StepConfiguration
        (experimental) Sets environment variables for steps to use in the runner environment.

        You can also set environment variables for the entire workflow or a job.

        Specified by:
        getEnv in interface StepConfiguration
      • getId

        public final String getId()
        Description copied from interface: StepConfiguration
        (experimental) A unique identifier for the step.

        You can use the id to reference the step in contexts.

        Specified by:
        getId in interface StepConfiguration
      • getIfValue

        public final String getIfValue()
        Description copied from interface: StepConfiguration
        (experimental) You can use the if conditional to prevent a job from running unless a condition is met.

        You can use any supported context and expression to create a conditional.

        Specified by:
        getIfValue in interface StepConfiguration
      • $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