| Modifier and Type | Method and Description |
|---|---|
@NotNull ImmutableChainBranch |
PlanBranchPullRequestImpl.getChainBranch() |
@NotNull ImmutableChainBranch |
PlanBranchPullRequest.getChainBranch() |
| Constructor and Description |
|---|
PlanBranchPullRequestImpl(long id,
@NotNull ImmutableChainBranch chainBranch,
@NotNull VcsPullRequest vcsPullRequest) |
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableChainBranch> |
AbstractDeploymentProjectDetailsAction.getMasterPlanBranches() |
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableChainBranch> |
CreateDeploymentVersion.getMasterPlanBranches() |
| Modifier and Type | Method and Description |
|---|---|
static QuickSearchDocumentImpl |
QuickSearchDocumentFactory.forBranch(ImmutableChainBranch branch) |
static QuickSearchItemImpl |
QuickSearchItemImpl.forBranch(@NotNull ImmutableChainBranch branch) |
void |
QuickSearchIndexerImpl.indexBranch(@NotNull ImmutableChainBranch branch) |
void |
QuickSearchIndexer.indexBranch(@NotNull ImmutableChainBranch branch) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull JiraIssueDetails |
JiraBranchLinkingServiceImpl.createRemoteLinkToBranch(@NotNull ImmutableChainBranch branch,
@NotNull String issueKey) |
@NotNull JiraIssueDetails |
JiraBranchLinkingService.createRemoteLinkToBranch(@NotNull ImmutableChainBranch branch,
@NotNull String issueKey)
Creates a remote link from the issue to the branch.
|
@Nullable String |
JiraBranchLinkingServiceImpl.findIssueKeyToLink(@NotNull ImmutableChainBranch branch) |
@Nullable String |
JiraBranchLinkingService.findIssueKeyToLink(@NotNull ImmutableChainBranch branch)
Looks for an issue key in plan branch name or vcs branch name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainBranch
Represents a branch of a plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainBranchImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchCreationFacadeImpl.enableExistingChainBranch(@NotNull ImmutableChain chain,
@NotNull ImmutableChainBranch existingChainBranch) |
void |
BranchCreationFacade.enableExistingChainBranch(@NotNull ImmutableChain masterChain,
@NotNull ImmutableChainBranch existingChainBranch)
Enables existing chain branch, queuing RSS execution if required.
|
void |
BranchCreationFacadeImpl.enableExistingChainBranch(@NotNull ImmutableChain chain,
@NotNull ImmutableChainBranch existingChainBranch,
Optional<VcsPullRequest> pullRequest) |
void |
BranchCreationFacade.enableExistingChainBranch(@NotNull ImmutableChain masterChain,
@NotNull ImmutableChainBranch existingChainBranch,
Optional<VcsPullRequest> pullRequest)
Enables existing chain branch, queuing RSS execution if required.
|
@NotNull ChainBranchCreationResult |
LightweightBranchCreationServiceImpl.enableExistingChainBranch(@NotNull ImmutableChain chain,
@NotNull ImmutableChainBranch existingChainBranch,
@NotNull VcsBranch vcsBranch,
PlanCreationService.EnablePlan enablePlan,
boolean expectingDivergentBranch) |
@NotNull ChainBranchCreationResult |
LightweightBranchCreationService.enableExistingChainBranch(@NotNull ImmutableChain chain,
@NotNull ImmutableChainBranch existingChainBranch,
@NotNull VcsBranch vcsBranch,
PlanCreationService.EnablePlan enablePlan,
boolean expectingDivergentBranch)
Enables existing chain branch.
|
boolean |
BranchExpiryJob.hasRegisteredCommits(ImmutableChainBranch chainBranch) |
boolean |
BranchExpiryJob.hasRegisteredCommitsAfter(ImmutableChainBranch chainBranch,
Date thresholdDate) |
void |
BranchCommitInformationManagerImpl.initialiseCommitInformation(ImmutableChainBranch branch) |
void |
BranchCommitInformationManager.initialiseCommitInformation(ImmutableChainBranch branch)
Initialises the commit information if the branch doesn't have a
BranchCommitInformation attached to it |
boolean |
BranchMetadataCheckServiceImpl.verifyAndUpdateVcsBranch(@NotNull ImmutableChainBranch immutableChainBranch) |
boolean |
BranchMetadataCheckService.verifyAndUpdateVcsBranch(@NotNull ImmutableChainBranch immutableChainBranch)
Verify metadata against current vcs configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableChainBranchImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableChainBranch> |
PlanRestService.getBranchesForChain(ImmutablePlan plan) |
List<ImmutableChainBranch> |
PlanRestServiceImpl.getBranchesForChain(ImmutablePlan plan) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ImmutableChainBranch> |
ChainActionSupport.getChainBranchesByDate() |
List<ImmutableChainBranch> |
ChainActionSupport.getImmutableChainBranches() |
| Constructor and Description |
|---|
DecoratedBranch(@NotNull DecoratedNavObjectFactory decoratedNavObjectFactory,
@NotNull ImmutableChainBranch branch,
@NotNull DecoratedPlan master) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.