Class DeletePlanBranchSettings
java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.branch.DeletePlanBranchSettings
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionDeletePlanBranchSettings
(boolean enabled, int deletedDays, int inactiveDays) -
Method Summary
-
Field Details
-
DEFAULT_DELETE_TIMEOUT
public static final int DEFAULT_DELETE_TIMEOUT- See Also:
-
DEFAULT_INACTIVE_TIMEOUT
public static final int DEFAULT_INACTIVE_TIMEOUT- See Also:
-
DISABLED_TIMEOUT
public static final int DISABLED_TIMEOUT- See Also:
-
-
Constructor Details
-
DeletePlanBranchSettings
public DeletePlanBranchSettings(boolean enabled, int deletedDays, int inactiveDays)
-
-
Method Details