Class DeletePlanBranchSettings
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.branch.DeletePlanBranchSettings
-
@Immutable public class DeletePlanBranchSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DeletePlanBranchSettings.Config
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_DELETE_TIMEOUT
static int
DEFAULT_INACTIVE_TIMEOUT
static int
DISABLED_TIMEOUT
-
Constructor Summary
Constructors Constructor Description DeletePlanBranchSettings(boolean enabled, int deletedDays, int inactiveDays)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getDeletedDays()
int
getInactiveDays()
int
hashCode()
boolean
isEnabled()
String
toString()
-
-
-
Field Detail
-
DEFAULT_DELETE_TIMEOUT
public static final int DEFAULT_DELETE_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_INACTIVE_TIMEOUT
public static final int DEFAULT_INACTIVE_TIMEOUT
- See Also:
- Constant Field Values
-
DISABLED_TIMEOUT
public static final int DISABLED_TIMEOUT
- See Also:
- Constant Field Values
-
-