Class RiskStatusWithThresholds
java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.RiskStatusWithThresholds
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setAtRiskFrom
(int atRiskFrom) void
setAttentionNeededFrom
(int attentionNeededFrom) void
setRiskStatus
(RiskStatus riskStatus)
-
Constructor Details
-
RiskStatusWithThresholds
public RiskStatusWithThresholds()
-
-
Method Details
-
getRiskStatus
-
setRiskStatus
-
getAttentionNeededFrom
public int getAttentionNeededFrom() -
setAttentionNeededFrom
public void setAttentionNeededFrom(int attentionNeededFrom) -
getAtRiskFrom
public int getAtRiskFrom() -
setAtRiskFrom
public void setAtRiskFrom(int atRiskFrom)
-