public interface RepositoryEventAware extends Repository
SELECTED_REPOSITORY, UNKNOWN_HOST
Modifier and Type | Method and Description |
---|---|
void |
postRetrieveSourceCode(BuildContext buildContext,
File sourceDirectory)
postRetrieveSourceCode will run after the retrieveSourceCode method is called.
|
void |
preRetrieveSourceCode(BuildContext buildContext,
File sourceDirectory)
preRetrieveSourceCode will run before the retrieveSourceCode method is called.
|
checkConnection, getHost, getKey, getLocationIdentifier, getMinimalEditHtml, getName, getShortKey
populateFromConfig, toConfiguration
collectChangesSinceLastBuild, getSourceCodeDirectory, isRepositoryDifferent
customizeBuildRequirements, removeBuildRequirements
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
init
getEditHtml, getViewHtml
getDescription
void preRetrieveSourceCode(@NotNull BuildContext buildContext, @NotNull File sourceDirectory)
buildContext
- sourceDirectory
- void postRetrieveSourceCode(@NotNull BuildContext buildContext, @NotNull File sourceDirectory)
buildContext
- sourceDirectory
- Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.