Class RestGlobalVariables
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.admin.globalvariable.RestGlobalVariables
-
public class RestGlobalVariables extends Object
-
-
Constructor Summary
Constructors Constructor Description RestGlobalVariables(String link, RestGlobalVariableList restGlobalVariableList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestGlobalVariableList
getGlobalVariables()
String
getLink()
-
-
-
Field Detail
-
expand
protected String expand
-
-
Constructor Detail
-
RestGlobalVariables
public RestGlobalVariables(String link, RestGlobalVariableList restGlobalVariableList)
-
-
Method Detail
-
getGlobalVariables
public RestGlobalVariableList getGlobalVariables()
-
getLink
public String getLink()
-
-