Package | Description |
---|---|
com.atlassian.bamboo.chains.branches |
Modifier and Type | Method and Description |
---|---|
static BranchStatusLinkInfo |
BranchStatusLinkInfo.forBranch(long repositoryId,
String repositoryName,
String branchName,
String navigationSource)
Create branch status link info for specified repository and VCS branch.
|
static BranchStatusLinkInfo |
BranchStatusLinkInfo.forRepository(VcsRepositoryData vcsRepositoryData,
String navigationSource)
Create branch status link info for specified repository and VCS branch.
|
BranchStatusLinkInfo |
BranchStatusServiceImpl.getBranchStatusLinkInfo(ImmutablePlan plan,
String navigationSource) |
BranchStatusLinkInfo |
BranchStatusService.getBranchStatusLinkInfo(ImmutablePlan plan,
String navigationSource)
Provides information about branch status link for the given plan - whether the link should or should not be
displayed and what is the direct URL for this plan's VCS branch.
|
static BranchStatusLinkInfo |
BranchStatusLinkInfo.notShown()
Branch status link info when the link should not be displayed.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.