@Immutable public class BranchManagementConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BranchManagementConfiguration.Config |
Constructor and Description |
---|
BranchManagementConfiguration(CreatePlanBranchSettings createPlanBranchSettings,
DeletePlanBranchSettings deletePlanBranchSettings,
BranchIntegrationSettings branchIntegrationSettings,
boolean linkToJira) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BranchIntegrationSettings |
getBranchIntegrationSettings() |
CreatePlanBranchSettings |
getCreatePlanBranchSettings() |
DeletePlanBranchSettings |
getDeletePlanBranchSettings() |
int |
hashCode() |
boolean |
isLinkToJira() |
String |
toString() |
public BranchManagementConfiguration(@NotNull CreatePlanBranchSettings createPlanBranchSettings, @Nullable DeletePlanBranchSettings deletePlanBranchSettings, @Nullable BranchIntegrationSettings branchIntegrationSettings, boolean linkToJira)
@NotNull public CreatePlanBranchSettings getCreatePlanBranchSettings()
@Nullable public DeletePlanBranchSettings getDeletePlanBranchSettings()
@Nullable public BranchIntegrationSettings getBranchIntegrationSettings()
public boolean isLinkToJira()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.