Package org.jenkinsci.plugins.nomad.Api
Class Constraint
- java.lang.Object
-
- org.jenkinsci.plugins.nomad.Api.Constraint
-
@Deprecated public class Constraint extends Object
Deprecated.Only required for backward compatibility
-
-
Constructor Summary
Constructors Constructor Description Constraint(String ltarget, String operand, String rtarget)Deprecated.Constraint(NomadConstraintTemplate nomadConstraintTemplate)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetLtarget()Deprecated.StringgetOperand()Deprecated.StringgetRtarget()Deprecated.voidsetLtarget(String ltarget)Deprecated.voidsetOperand(String operand)Deprecated.voidsetRtarget(String rtarget)Deprecated.
-
-
-
Constructor Detail
-
Constraint
public Constraint(NomadConstraintTemplate nomadConstraintTemplate)
Deprecated.
-
-
Method Detail
-
getLtarget
public String getLtarget()
Deprecated.
-
setLtarget
public void setLtarget(String ltarget)
Deprecated.
-
getOperand
public String getOperand()
Deprecated.
-
setOperand
public void setOperand(String operand)
Deprecated.
-
getRtarget
public String getRtarget()
Deprecated.
-
setRtarget
public void setRtarget(String rtarget)
Deprecated.
-
-