Package com.xebialabs.deployit.core.api
Interface ConfigurationService
-
@Path("/internal/configuration") @Produces({"application/xml","application/json"}) public interface ConfigurationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseDtogetLicenseInfo()java.util.Map<java.lang.String,java.lang.String>getProperties()
-
-
-
Method Detail
-
getProperties
@GET @Path("properties") java.util.Map<java.lang.String,java.lang.String> getProperties()
-
getLicenseInfo
@GET @Path("license-info") LicenseDto getLicenseInfo()
-
-