@PublicApi public interface StandaloneRepository extends Repository
Plan
for configuration and
thus is 'visible' to Global Repository feature.SELECTED_REPOSITORY, UNKNOWN_HOST
Modifier and Type | Method and Description |
---|---|
String |
getAdvancedEditHtml(org.apache.commons.configuration.HierarchicalConfiguration repositoryConfiguration)
Return HTML that represents the form fragment for editing advanced options of the repository.
|
String |
getAdvancedViewHtml()
Returns the HTML that represents the view of the advanced repository configuration
|
String |
getEditHtml(org.apache.commons.configuration.HierarchicalConfiguration repositoryConfiguration)
Returns HTML that represents the form fragment for editing the repository.
|
String |
getViewHtml()
Returns the HTML that represents the view of the repository configuration
|
checkConnection, getHost, getKey, getLocationIdentifier, getMinimalEditHtml, getName, getShortKey
populateFromConfig, toConfiguration
collectChangesSinceLastBuild, getSourceCodeDirectory, isRepositoryDifferent
customizeBuildRequirements, removeBuildRequirements
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
init
getEditHtml, getViewHtml
getDescription
@Nullable String getViewHtml()
@Nullable String getAdvancedViewHtml()
@Nullable String getEditHtml(@NotNull org.apache.commons.configuration.HierarchicalConfiguration repositoryConfiguration)
repositoryConfiguration
- HierarchicalConfiguration
for which edit HTML has to be rendered.@Nullable String getAdvancedEditHtml(@NotNull org.apache.commons.configuration.HierarchicalConfiguration repositoryConfiguration)
repositoryConfiguration
- HierarchicalConfiguration
for which edit HTML has to be rendered.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.