@Deprecated public interface BranchIntegrationHelper
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorEmail(Repository repository)
Deprecated.
Get email of author used for branch integration operations.
|
String |
getAuthorName(Repository repository)
Deprecated.
Get name of author used for branch integration operations.
|
String |
getCommitterEmail(Repository repository)
Deprecated.
Get email of committer used for branch integration operations.
|
String |
getCommitterName(Repository repository)
Deprecated.
Get name of committer used for branch integration operations.
|
String |
getIntegrationCommitMessage(Repository repository)
Deprecated.
Get commit message used for branch integration operations.
|
BranchMergingAwareRepository |
getIntegrationRepository(BuildContext buildContext)
Deprecated.
Get integration repository narrowed to
BranchMergingAwareRepository |
MergeResult |
merge(BuildContext buildContext,
File mergeDirectory,
BuildLogger logger)
Deprecated.
Perform branch merging according to Integration Configuration
|
@NotNull String getAuthorName(@Nullable Repository repository)
repository - @NotNull String getAuthorEmail(@Nullable Repository repository)
repository - @NotNull String getCommitterName(@Nullable Repository repository)
repository - @NotNull String getCommitterEmail(@Nullable Repository repository)
repository - String getIntegrationCommitMessage(@Nullable Repository repository)
repository - MergeResult merge(@NotNull BuildContext buildContext, @NotNull File mergeDirectory, @Nullable BuildLogger logger) throws RepositoryException
buildContext - mergeDirectory - logger - RepositoryException@NotNull BranchMergingAwareRepository getIntegrationRepository(@NotNull BuildContext buildContext)
BranchMergingAwareRepositorybuildContext - Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.