Class RepositoryReferenceHelper

java.lang.Object
com.atlassian.bamboo.configuration.external.helpers.RepositoryReferenceHelper

public class RepositoryReferenceHelper extends Object
  • Constructor Details

    • RepositoryReferenceHelper

      public RepositoryReferenceHelper()
  • Method Details

    • getDefaultRepositoryInPlan

      @NotNull public static @NotNull Optional<com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties> getDefaultRepositoryInPlan(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties)
    • findReferencedRepositoryInPlan

      @NotNull public static @NotNull Optional<com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties> findReferencedRepositoryInPlan(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties repository, @NotNull @NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties)