Package org.jenkinsci.plugins.nomad.Api
Class Job
- java.lang.Object
-
- org.jenkinsci.plugins.nomad.Api.Job
-
@Deprecated public final class Job extends Object
Deprecated.Only required for backward compatibility
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Constraint>getConstraints()Deprecated.String[]getDatacenters()Deprecated.StringgetID()Deprecated.StringgetName()Deprecated.IntegergetPriority()Deprecated.StringgetRegion()Deprecated.TaskGroup[]getTaskGroups()Deprecated.StringgetType()Deprecated.voidsetConstraints(List<Constraint> constraints)Deprecated.voidsetDatacenters(String[] datacenters)Deprecated.voidsetID(String ID)Deprecated.voidsetName(String name)Deprecated.voidsetPriority(Integer priority)Deprecated.voidsetRegion(String region)Deprecated.voidsetTaskGroups(TaskGroup[] taskGroups)Deprecated.voidsetType(String type)Deprecated.
-
-
-
Method Detail
-
getID
public String getID()
Deprecated.
-
setID
public void setID(String ID)
Deprecated.
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getRegion
public String getRegion()
Deprecated.
-
setRegion
public void setRegion(String region)
Deprecated.
-
getType
public String getType()
Deprecated.
-
setType
public void setType(String type)
Deprecated.
-
getPriority
public Integer getPriority()
Deprecated.
-
setPriority
public void setPriority(Integer priority)
Deprecated.
-
getDatacenters
public String[] getDatacenters()
Deprecated.
-
setDatacenters
public void setDatacenters(String[] datacenters)
Deprecated.
-
getTaskGroups
public TaskGroup[] getTaskGroups()
Deprecated.
-
setTaskGroups
public void setTaskGroups(TaskGroup[] taskGroups)
Deprecated.
-
getConstraints
public List<Constraint> getConstraints()
Deprecated.
-
setConstraints
public void setConstraints(List<Constraint> constraints)
Deprecated.
-
-