public final class ChainBranchMetadataDtoImpl extends Object implements ChainBranchMetadataDto
Constructor and Description |
---|
ChainBranchMetadataDtoImpl(Long planId,
String branchName,
String branchDisplayName,
Long vcsRepositoryId,
Boolean markedInvalid) |
Modifier and Type | Method and Description |
---|---|
String |
getBranchDisplayName() |
String |
getBranchName() |
Long |
getPlanId() |
Long |
getVcsRepositoryId() |
Boolean |
isMarkedInvalid() |
String |
toString() |
public Long getPlanId()
getPlanId
in interface ChainBranchMetadataDto
public String getBranchName()
getBranchName
in interface ChainBranchMetadataDto
public String getBranchDisplayName()
getBranchDisplayName
in interface ChainBranchMetadataDto
public Long getVcsRepositoryId()
getVcsRepositoryId
in interface ChainBranchMetadataDto
public Boolean isMarkedInvalid()
isMarkedInvalid
in interface ChainBranchMetadataDto
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.