public class BuildHangingConfig extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_LOG_TIME |
static double |
DEFAULT_MULTIPLIER |
static int |
DEFAULT_QUEUE_TIMEOUT_MINUTES |
| Constructor and Description |
|---|
BuildHangingConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinutesBeforeQueueTimeout() |
int |
getMinutesBetweenLogs() |
double |
getMultiplier() |
boolean |
isDisabled() |
void |
setDisabled(boolean disabled) |
void |
setMinutesBeforeQueueTimeout(int minutesBeforeQueueTimeout) |
void |
setMinutesBetweenLogs(int minutesBetweenLogs) |
void |
setMultiplier(double multiplier) |
public static final double DEFAULT_MULTIPLIER
public static final int DEFAULT_LOG_TIME
public static final int DEFAULT_QUEUE_TIMEOUT_MINUTES
public double getMultiplier()
public void setMultiplier(double multiplier)
public int getMinutesBetweenLogs()
public void setMinutesBetweenLogs(int minutesBetweenLogs)
public int getMinutesBeforeQueueTimeout()
public void setMinutesBeforeQueueTimeout(int minutesBeforeQueueTimeout)
public boolean isDisabled()
public void setDisabled(boolean disabled)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.