@Immutable public class ReleaseNaming extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ReleaseNaming.Config |
Constructor and Description |
---|
ReleaseNaming(String nextVersionName,
boolean appliesToBranches,
boolean autoIncrement,
Iterable<String> autoIncrementVariables) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getAutoIncrementVariables() |
String |
getNextVersionName() |
int |
hashCode() |
boolean |
isAppliesToBranches() |
boolean |
isAutoIncrement() |
String |
toString() |
@NotNull public String getNextVersionName()
public boolean isAppliesToBranches()
public boolean isAutoIncrement()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.