Package com.atlassian.bamboo.repository
Interface AdvancedConfigurationAwareRepository
- All Known Subinterfaces:
StashRepository
- All Known Implementing Classes:
AbstractRepository
,AbstractStandaloneRepository
,BitbucketRepository
,GitHubRepository
,GitRepository
,NullRepository
,StashRepositoryImpl
,SvnRepository
public interface AdvancedConfigurationAwareRepository
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getAdvancedEditHtml
(@NotNull BuildConfiguration buildConfiguration, @Nullable Plan plan) @Nullable String
getAdvancedViewHtml
(@NotNull Plan plan)
-
Method Details
-
getAdvancedViewHtml
-
getAdvancedEditHtml
@Nullable @Nullable String getAdvancedEditHtml(@NotNull @NotNull BuildConfiguration buildConfiguration, @Nullable @Nullable Plan plan)
-