Class RestGlobalVariable
java.lang.Object
com.atlassian.bamboo.plugins.rest.admin.globalvariable.RestGlobalVariable
Data model for global variable REST endpoint
- Since:
- 5.9
-
Constructor Summary
ConstructorDescriptionRestGlobalVariable
(long id, String name, String value, String link) RestGlobalVariable
(String name, String value) -
Method Summary
-
Constructor Details
-
RestGlobalVariable
-
RestGlobalVariable
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
setLink
-
getLink
-
getId
public long getId() -
setId
public void setId(long id) -
isEncrypted
public boolean isEncrypted()
-