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 Details

  • Method Details

    • encrypt

      @POST @Path("encrypt") public String encrypt(RestContent stringToEncrypt)
    • decrypt

      @POST @Path("decrypt") public String decrypt(RestContent stringToDecode)
    • isEncrypted

      @POST @Path("checkencrypted") public boolean isEncrypted(RestContent stringToCheck)
      Check if provided string is encrypted by current Bamboo instance
      Parameters:
      stringToCheck -
      Returns:
      true if provided string was encrypted by current Bamboo instance