@Immutable public class DeletePlanBranchSettings extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DeletePlanBranchSettings.Config |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DELETE_TIMEOUT |
static int |
DEFAULT_INACTIVE_TIMEOUT |
static int |
DISABLED_TIMEOUT |
Constructor and Description |
---|
DeletePlanBranchSettings(boolean enabled,
int deletedDays,
int inactiveDays) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getDeletedDays() |
int |
getInactiveDays() |
int |
hashCode() |
boolean |
isEnabled() |
String |
toString() |
public static final int DEFAULT_DELETE_TIMEOUT
public static final int DEFAULT_INACTIVE_TIMEOUT
public static final int DISABLED_TIMEOUT
public DeletePlanBranchSettings(boolean enabled, int deletedDays, int inactiveDays)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.