Class RestAgent
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.admin.agent.RestAgent
-
public class RestAgent extends Object
Data model for agent REST endpoint.- Since:
- 5.10
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()LonggetId()StringgetLink()StringgetName()StringgetType()BooleanisEnabled()voidsetDescription(String description)voidsetEnabled(Boolean enabled)voidsetId(Long id)voidsetLink(String link)voidsetName(String name)voidsetType(String type)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isEnabled
public Boolean isEnabled()
-
setEnabled
public void setEnabled(Boolean enabled)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
-