Uses of Class
com.atlassian.bamboo.plugins.rest.admin.globalvariable.RestGlobalVariable
-
Packages that use RestGlobalVariable Package Description com.atlassian.bamboo.plugins.rest.admin.globalvariable -
-
Uses of RestGlobalVariable in com.atlassian.bamboo.plugins.rest.admin.globalvariable
Methods in com.atlassian.bamboo.plugins.rest.admin.globalvariable that return RestGlobalVariable Modifier and Type Method Description RestGlobalVariable
RestGlobalVariableService. createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, RestGlobalVariable restGlobalVariable)
Create a global variableRestGlobalVariable
RestGlobalVariableServiceImpl. createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, RestGlobalVariable restGlobalVariable)
RestGlobalVariable
GlobalVariableResource. getGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId)
RestGlobalVariable
RestGlobalVariableService. getGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId)
Retrieve a global variable definitionRestGlobalVariable
RestGlobalVariableServiceImpl. getGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId)
RestGlobalVariable
GlobalVariableResource. updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId, RestGlobalVariable restGlobalVariable)
RestGlobalVariable
RestGlobalVariableService. updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId, RestGlobalVariable restGlobalVariable)
Update a global variableRestGlobalVariable
RestGlobalVariableServiceImpl. updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId, RestGlobalVariable restGlobalVariable)
Methods in com.atlassian.bamboo.plugins.rest.admin.globalvariable that return types with arguments of type RestGlobalVariable Modifier and Type Method Description List<RestGlobalVariable>
RestGlobalVariableList. getGlobalVariables()
Methods in com.atlassian.bamboo.plugins.rest.admin.globalvariable with parameters of type RestGlobalVariable Modifier and Type Method Description javax.ws.rs.core.Response
GlobalVariableResource. createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, RestGlobalVariable restGlobalVariable)
RestGlobalVariable
RestGlobalVariableService. createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, RestGlobalVariable restGlobalVariable)
Create a global variableRestGlobalVariable
RestGlobalVariableServiceImpl. createGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, RestGlobalVariable restGlobalVariable)
RestGlobalVariable
GlobalVariableResource. updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId, RestGlobalVariable restGlobalVariable)
RestGlobalVariable
RestGlobalVariableService. updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId, RestGlobalVariable restGlobalVariable)
Update a global variableRestGlobalVariable
RestGlobalVariableServiceImpl. updateGlobalVariable(javax.ws.rs.core.UriInfo uriInfo, long variableId, RestGlobalVariable restGlobalVariable)
ErrorCollection
RestGlobalVariableServiceImpl. validateVariable(RestGlobalVariable restGlobalVariable)
Constructor parameters in com.atlassian.bamboo.plugins.rest.admin.globalvariable with type arguments of type RestGlobalVariable Constructor Description RestGlobalVariableList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestGlobalVariable> callback)
-