Package org.jenkinsci.plugins.nomad
Class NomadConstraintTemplate
- java.lang.Object
-
- org.jenkinsci.plugins.nomad.NomadConstraintTemplate
-
- All Implemented Interfaces:
Describable<NomadConstraintTemplate>
@Deprecated public class NomadConstraintTemplate extends Object implements Describable<NomadConstraintTemplate>
Deprecated.Only required for backward compatibility
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNomadConstraintTemplate.DescriptorImplDeprecated.
-
Constructor Summary
Constructors Constructor Description NomadConstraintTemplate(String ltarget, String operand, String rtarget)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Descriptor<NomadConstraintTemplate>getDescriptor()Deprecated.StringgetLtarget()Deprecated.NomadWorkerTemplategetNomadWorkerTemplate()Deprecated.StringgetOperand()Deprecated.StringgetRtarget()Deprecated.protected ObjectreadResolve()Deprecated.voidsetNomadWorkerTemplate(NomadWorkerTemplate worker)Deprecated.
-
-
-
Method Detail
-
readResolve
protected Object readResolve()
Deprecated.
-
getDescriptor
public Descriptor<NomadConstraintTemplate> getDescriptor()
Deprecated.- Specified by:
getDescriptorin interfaceDescribable<NomadConstraintTemplate>
-
getLtarget
public String getLtarget()
Deprecated.
-
getOperand
public String getOperand()
Deprecated.
-
getRtarget
public String getRtarget()
Deprecated.
-
getNomadWorkerTemplate
public NomadWorkerTemplate getNomadWorkerTemplate()
Deprecated.
-
setNomadWorkerTemplate
public void setNomadWorkerTemplate(NomadWorkerTemplate worker)
Deprecated.
-
-