public interface PriorityIncreaseData
| Modifier and Type | Interface and Description |
|---|---|
static class |
PriorityIncreaseData.Type
What to do in the escalation.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
Plug-in ID
|
| Modifier and Type | Method and Description |
|---|---|
PriorityIncreaseData.Type |
getType() |
int |
getValue()
The priority.
|
void |
setType(PriorityIncreaseData.Type type)
Setter for
getType(). |
void |
setValue(int value)
Setter for
getValue(). |
static final java.lang.String ID
PriorityIncreaseData.Type getType()
void setType(PriorityIncreaseData.Type type)
getType().type - int getValue()
PriorityIncreaseData.Type.IncreaseTo and a relative value if the type is set
to PriorityIncreaseData.Type.IncreaseBy.void setValue(int value)
getValue().value -