Interface SeedJob

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-29T00:10:18.908Z")
    @Stability(Stable)
    public interface SeedJob
    extends software.amazon.jsii.JsiiSerializable
    Jenkins seed job.
    • Method Detail

      • getDescription

        @Stability(Stable)
        @NotNull
        String getDescription()
        The description of the seed job.
      • getId

        @Stability(Stable)
        @NotNull
        String getId()
        The unique name for the seed job.
      • getRepositoryBranch

        @Stability(Stable)
        @NotNull
        String getRepositoryBranch()
        The repository branch where seed job definitions are present.
      • getRepositoryUrl

        @Stability(Stable)
        @NotNull
        String getRepositoryUrl()
        The repository access URL.

        Supports SSH and HTTPS.

      • getTargets

        @Stability(Stable)
        @NotNull
        String getTargets()
        The repository path where seed job definitions are present.