Interface AdvancedConfigurationAwareRepository

All Known Subinterfaces:
StashRepository
All Known Implementing Classes:
AbstractRepository, AbstractStandaloneRepository, BitbucketRepository, GitHubRepository, GitRepository, NullRepository, StashRepositoryImpl, SvnRepository

public interface AdvancedConfigurationAwareRepository
  • Method Details

    • getAdvancedViewHtml

      @Nullable @Nullable String getAdvancedViewHtml(@NotNull @NotNull Plan plan)
    • getAdvancedEditHtml

      @Nullable @Nullable String getAdvancedEditHtml(@NotNull @NotNull BuildConfiguration buildConfiguration, @Nullable @Nullable Plan plan)