Class SystemPropertyResource
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.system.SystemPropertyResource
@Path("/system-property")
@Consumes("application/json")
@Produces("application/json")
@Singleton
public class SystemPropertyResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSystemProperty
(String propertyName) setSystemProperty
(String propertyName, String newValue) unsetSystemProperty
(String propertyName, String newValue)
-
Constructor Details
-
SystemPropertyResource
public SystemPropertyResource()
-
-
Method Details
-
getSystemProperty
-
setSystemProperty
-
unsetSystemProperty
-