| Modifier and Type | Method and Description |
|---|---|
@NotNull ChainBranch |
PlanBranchPullRequestEntity.getChainBranch() |
@NotNull ChainBranch |
MutablePlanBranchPullRequest.getChainBranch() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MutablePlanBranchPullRequest |
PlanBranchPullRequestDaoImpl.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
@NotNull PlanBranchPullRequest |
PlanBranchPullRequestServiceImpl.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
@NotNull MutablePlanBranchPullRequest |
PlanBranchPullRequestDao.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
@NotNull PlanBranchPullRequest |
PlanBranchPullRequestService.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest)
Creates a new link between chain branch and pull request.
|
void |
PlanBranchPullRequestEntity.setChainBranch(@NotNull ChainBranch chainBranch) |
void |
MutablePlanBranchPullRequest.setChainBranch(@NotNull ChainBranch chainBranch) |
| Constructor and Description |
|---|
PlanBranchPullRequestEntity(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
| Modifier and Type | Method and Description |
|---|---|
ChainBranch |
ChainBranchCreationServiceImpl.getNewInstance() |
| Modifier and Type | Method and Description |
|---|---|
ChainBranch |
ChainBranchMapper.createPlanEntity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChainBranchMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull ChainBranch plan,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
ChainBranchMapper.importProperties(@NotNull ChainBranch chain,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainBranchImpl |
| Constructor and Description |
|---|
MutablePlanBranchMetadata(@NotNull ChainBranch chainBranch) |
| Constructor and Description |
|---|
ImmutableChainBranchImpl(ChainBranch chainBranch,
BuildLoggerManager buildLoggerManager,
ImmutablePlanCacheService immutablePlanCacheService,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
@NotNull BuildDefinition buildDefinition) |
| Modifier and Type | Method and Description |
|---|---|
List<ChainBranch> |
ChainActionSupport.getChainBranches() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.