Class PipelineDescription.Job.Repository

    • Field Detail

      • urlOrAlias

        @NotNull
        public final String urlOrAlias
      • enabled

        public final boolean enabled
      • branch

        @Nullable
        public final String branch
        The default branch to be used in pipeline run.
      • path

        @Nullable
        public final String path
        The path relative to the working directory to checkout this repository.
    • Constructor Detail

      • Repository

        public Repository​(@NotNull
                          String urlOrAlias,
                          boolean enabled,
                          @Nullable
                          String branch,
                          @Nullable
                          String path)