Class SecretResource
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.SecretResource
@Path("secret")
@Consumes("application/json")
@Produces("application/json")
@Singleton
public class SecretResource
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondecrypt
(RestContent stringToDecode) encrypt
(RestContent stringToEncrypt) boolean
isEncrypted
(RestContent stringToCheck) Check if provided string is encrypted by current Bamboo instance
-
Constructor Details
-
SecretResource
-
-
Method Details
-
encrypt
-
decrypt
-
isEncrypted
Check if provided string is encrypted by current Bamboo instance- Parameters:
stringToCheck
-- Returns:
- true if provided string was encrypted by current Bamboo instance
-