- getArtifact(String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves an artifact's properties
- getArtifactPackageFiles(String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the files present in a version's package at a given relative path
- getArtifacts() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the list of artifacts in the repository
- getArtifactSpecialFiles(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves all the special files (overlays, with variables, with custom flags) within the package
- getArtifactVariables(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the list of version variables
- getAuthToken() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
- getDeployment(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the deployment properties
- getDeployments() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the list of deployments
- getEffectiveReleaseArtifacts(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the effective release artifacts (resolves defaultVersions/serverVersions)
- getEnvironment(String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves an environment's properties
- getEnvironments() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the list of environments in the repository
- getInfoConduitTypes() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the available conduit types (ssh, ftp, ...)
- getInfoContext() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves kwatee information (version, ...)
- getInfoPlatforms() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the available platforms (operating systems)
- getInfoServerPoolTypes() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the available server pool types (ec2, ...)
- getOngoingOperation() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves an ongoing deployment operation
- getOperationProgress(String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the progress of a deployment operation
- getOperationStatus(String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
- getProgressMessages(String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the details of a deployment operation for a given server and or artifact
- getRelease(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieve an environment's release properties
- getReleasePackageFiles(String, String, String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the files present in an release artifact package at a given relative path with the package
- getReleaseSpecialFiles(String, String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves all the special files (overlays, with variables, with custom flags) within the release artifact
package
- getReleaseVariables(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the list of release variables
- getServer(String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the properties of a server
- getServers() - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the list of servers in the repository
- getVersion(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Retrieves the properties of an artifact's version
- updateArtifact(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Updates an artifact's properties
- updateArtifactPackageFileProperties(String, String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Update custom flags (ignoreIdenty, dontDelete, ...) of a file within a package
- updateArtifactVariables(String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Updates version variables
- updateEnvironment(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Updates the environment with new properties
- updateRelease(String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Updates a release with new properties
- updateReleasePackageFileProperties(String, String, String, String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Update custom flags (ignoreIdenty, dontDelete, ...) of a file within a release artifact package
- updateServer(String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Updates the properties of a server
- updateVersion(String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Updates an artifact's version properties
- uploadArtifactPackage(String, String, File, boolean) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Uploads (Http POST) a package to an artifact's version.
- uploadArtifactPackage(String, String, String, boolean) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Uploads (from URL) a package to an artifact's version.
- uploadArtifactPackageOverlay(String, String, String, File) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Uploads (Http POST) an overlay at a relative path within the package
- uploadArtifactPackageOverlay(String, String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Uploads (from URL) an overlay at a relative path within the package
- uploadReleasePackageOverlay(String, String, String, String, String, File) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Uploads (Http Post) an overlay at a relative path within the release artifact package
- uploadReleasePackageOverlay(String, String, String, String, String, String) - Method in class net.kwatee.agiledeployment.client.KwateeAPI
-
Uploads (from URL) an overlay at a relative path within the release artifact package