@Internal public class PlanBranchGist extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PlanBranchGist.PlanNameCaseInsensitiveComparator |
Constructor and Description |
---|
PlanBranchGist(long id,
PlanKey key,
String buildName,
boolean suspendedFromBuilding,
PlanBranchWorkflow planBranchWorkflow,
boolean divergent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBuildName() |
long |
getId() |
PlanKey |
getKey() |
PlanBranchWorkflow |
getPlanBranchWorkflow() |
int |
hashCode() |
boolean |
isDivergent() |
boolean |
isSuspendedFromBuilding() |
public PlanBranchGist(long id, PlanKey key, String buildName, boolean suspendedFromBuilding, PlanBranchWorkflow planBranchWorkflow, boolean divergent)
public long getId()
public PlanKey getKey()
public String getBuildName()
public boolean isSuspendedFromBuilding()
public PlanBranchWorkflow getPlanBranchWorkflow()
public boolean isDivergent()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.