com.atlassian.bamboo.plugins.rest.admin.globalvariable
Class RestGlobalVariable
java.lang.Object
com.atlassian.bamboo.plugins.rest.admin.globalvariable.RestGlobalVariable
public class RestGlobalVariable
- extends Object
Data model for global variable REST endpoint
- Since:
- 5.9
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestGlobalVariable
public RestGlobalVariable()
RestGlobalVariable
public RestGlobalVariable(String name,
String value)
RestGlobalVariable
public RestGlobalVariable(long id,
String name,
String value,
String link)
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
setLink
public void setLink(String link)
getLink
public String getLink()
getId
public long getId()
setId
public void setId(long id)
isEncrypted
public boolean isEncrypted()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.