Interface VariableConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    VariableConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.136Z")
    @Stability(Experimental)
    public interface VariableConfig
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Explains what the global variable is used for, what the acceptable values are.

    See Also:
    https://docs.gitlab.com/ee/ci/yaml/#variables
    • Method Detail

      • getDescription

        @Stability(Experimental)
        @Nullable
        default String getDescription()
        (experimental) Define a global variable that is prefilled when running a pipeline manually.

        Must be used with value.

      • getValue

        @Stability(Experimental)
        @Nullable
        default String getValue()
        (experimental) The variable value.