Interface Default

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.118Z")
    @Stability(Experimental)
    public interface Default
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Default settings for the CI Configuration.

    Jobs that do not define one or more of the listed keywords use the value defined in the default section.

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

      • getAfterScript

        @Stability(Experimental)
        @Nullable
        default List<String> getAfterScript()
      • getArtifacts

        @Stability(Experimental)
        @Nullable
        default Artifacts getArtifacts()
      • getBeforeScript

        @Stability(Experimental)
        @Nullable
        default List<String> getBeforeScript()
      • getCache

        @Stability(Experimental)
        @Nullable
        default List<Cache> getCache()
      • getImage

        @Stability(Experimental)
        @Nullable
        default Image getImage()
      • getInterruptible

        @Stability(Experimental)
        @Nullable
        default Boolean getInterruptible()
      • getRetry

        @Stability(Experimental)
        @Nullable
        default Retry getRetry()
      • getServices

        @Stability(Experimental)
        @Nullable
        default List<Service> getServices()
      • getTags

        @Stability(Experimental)
        @Nullable
        default List<String> getTags()
      • getTimeout

        @Stability(Experimental)
        @Nullable
        default String getTimeout()