Package com.atlassian.bamboo.repository
Interface AdvancedConfigurationAwareRepository
-
- All Known Subinterfaces:
StashRepository
- All Known Implementing Classes:
AbstractRepository,AbstractStandaloneRepository,BitbucketRepository,GitHubRepository,GitRepository,NullRepository,PerforceRepository,StashRepositoryImpl,SvnRepository
public interface AdvancedConfigurationAwareRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable StringgetAdvancedEditHtml(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan)@Nullable StringgetAdvancedViewHtml(@NotNull Plan plan)
-
-
-
Method Detail
-
getAdvancedEditHtml
@Nullable @Nullable String getAdvancedEditHtml(@NotNull @NotNull BuildConfiguration buildConfiguration, @Nullable @Nullable Plan plan)
-
-