Uses of Class
com.atlassian.bamboo.plugins.rest.admin.globalvariable.RestVerificationRequest
-
Packages that use RestVerificationRequest Package Description com.atlassian.bamboo.plugins.rest.admin.globalvariable -
-
Uses of RestVerificationRequest in com.atlassian.bamboo.plugins.rest.admin.globalvariable
Methods in com.atlassian.bamboo.plugins.rest.admin.globalvariable with parameters of type RestVerificationRequest Modifier and Type Method Description javax.ws.rs.core.Response
GlobalVariableResource. verifyGlobalVariableValue(RestVerificationRequest request)
javax.ws.rs.core.Response
RestGlobalVariableService. verifyGlobalVariableValue(RestVerificationRequest request)
Server side verification that the encrypted value of a global variable has changed.javax.ws.rs.core.Response
RestGlobalVariableServiceImpl. verifyGlobalVariableValue(RestVerificationRequest request)
-