public interface RepositoryEventAware extends Repository
SELECTED_REPOSITORY, UNKNOWN_HOST| Modifier and Type | Method and Description |
|---|---|
void |
postRetrieveSourceCode(BuildContext buildContext)
Deprecated.
since 3.3 use
postRetrieveSourceCode(BuildContext, File) |
void |
postRetrieveSourceCode(BuildContext buildContext,
File sourceDirectory)
postRetrieveSourceCode will run after the retrieveSourceCode method is called.
|
void |
preRetrieveSourceCode(BuildContext buildContext)
Deprecated.
since 3.3 use
preRetrieveSourceCode(BuildContext, File) |
void |
preRetrieveSourceCode(BuildContext buildContext,
File sourceDirectory)
preRetrieveSourceCode will run before the retrieveSourceCode method is called.
|
checkConnection, getHost, getKey, getLocationIdentifier, getMinimalEditHtml, getName, getShortKeypopulateFromConfig, toConfigurationcollectChangesSinceLastBuild, getSourceCodeDirectory, isRepositoryDifferentcustomizeBuildRequirements, removeBuildRequirementsaddDefaultValues, prepareConfigObject, validateinitgetEditHtml, getViewHtmlgetDescription@Deprecated void preRetrieveSourceCode(@NotNull BuildContext buildContext)
preRetrieveSourceCode(BuildContext, File)buildContext - void preRetrieveSourceCode(@NotNull
BuildContext buildContext,
@NotNull
File sourceDirectory)
buildContext - sourceDirectory - @Deprecated void postRetrieveSourceCode(@NotNull BuildContext buildContext)
postRetrieveSourceCode(BuildContext, File)buildContext - void postRetrieveSourceCode(@NotNull
BuildContext buildContext,
@NotNull
File sourceDirectory)
buildContext - sourceDirectory - Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.