Uses of Class
com.atlassian.bamboo.plugins.rest.admin.globalvariable.RestGlobalVariables
-
Packages that use RestGlobalVariables Package Description com.atlassian.bamboo.plugins.rest.admin.globalvariable -
-
Uses of RestGlobalVariables in com.atlassian.bamboo.plugins.rest.admin.globalvariable
Methods in com.atlassian.bamboo.plugins.rest.admin.globalvariable that return RestGlobalVariables Modifier and Type Method Description RestGlobalVariables
GlobalVariableResource. getGlobalVariables(javax.ws.rs.core.UriInfo uriInfo)
RestGlobalVariables
RestGlobalVariableService. getGlobalVariables(javax.ws.rs.core.UriInfo uriInfo)
Retrieve all global variables and values on bamboo server Password variables will be encrypted using salted hash.RestGlobalVariables
RestGlobalVariableServiceImpl. getGlobalVariables(javax.ws.rs.core.UriInfo uriInfo)
-