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