Package com.xebialabs.xlrelease.api.v1
Interface SettingsApi
- All Superinterfaces:
ApiService
@Path("/api/v1/settings")
@Consumes("application/json")
@Produces("application/json")
public interface SettingsApi
extends ApiService
-
Field Summary
Fields inherited from interface com.xebialabs.xlrelease.api.ApiService
DEFAULT_RESULTS_PER_PAGE, DEFAULT_RESULTS_PER_PAGE_STRING, DEPTH, ORDER_BY, PAGE, PAGE_IS_OFFSET, RESULTS_PER_PAGE, ROLE_IDS_DATA
-
Method Summary
-
Method Details
-
serviceName
- Specified by:
serviceName
in interfaceApiService
-
getSettings
@GET @Path("{ID:Configuration/settings.*}") BaseConfiguration getSettings(@PathParam("ID") String id) -
getInstanceInformation
-