Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
I
K
M
N
R
S
T
U
C
close()
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Clean logout from the session
createArtifact(String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Creates a new artifact and optionally set additional properties
createEnvironment(String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Creates a new environment and optionally sets additional properties.
createInstance(String)
- Static method in class net.kwatee.agiledeployment.client.
KwateeAPI
Creates a new api connection instance
createServer(String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Creates a new server and optionally sets additional properties
createVersion(String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Creates a version in an artifact and optionally set additional properties
D
deleteArtifact(String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Deletes an artifact
deleteArtifactPackageOverlay(String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Deletes an existing version overlay
deleteEnvironment(String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Deletes an environment
deleteRelease(String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Deletes a release
deleteReleasePackageOverlay(String, String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Deletes an existing release artifact overlay
deleteServer(String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Deletes a server
deleteVersion(String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Deletes an artifact's version
downloadArtifactPackageFile(String, String, String, File)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Downloads a file within the package in the specified location
downloadInstaller(String, String, File)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Downloads an installer in the specified location
downloadLightweightInstaller(String, String, File)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Downloads a self-contained command-line installer (to install one server at a time) in the specified location
downloadReleasePackageFile(String, String, String, String, String, File)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Downloads a file within the release artifact package in the specified location
duplicateEnvironment(String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Duplicates an existing environment and optionally set additional properties.
duplicateServer(String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Duplicates an existing server and optionally set additional properties
duplicateVersion(String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Duplicates an existing version and optionally set additional properties
G
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
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
I
importActifactsBundle(File)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Uploads (Http Post) an artifacts bundle into the repository
importActifactsBundle(String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Uploads (from URL) an artifacts bundle into the repository
K
KwateeAPI
- Class in
net.kwatee.agiledeployment.client
M
manageCancel(String, boolean)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Cancels an ongoing operation
manageCheckIntegrity(String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Initiates a check integrity operation
manageDeploy(String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Initiates a deploy operation
manageStart(String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Initiates a start executables operation
manageStatus(String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Initiates an executables status operation
manageStop(String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Initiates a stop executables operation
manageUndeploy(String, String, String, String, boolean)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Initiates a undeploy operation
N
net.kwatee.agiledeployment.client
- package net.kwatee.agiledeployment.client
R
reeditRelease(String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Reedits a previously tagged release
S
sendCredentials(String, String, boolean, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Supply server credentials without storing them in kwatee
serverDiagnostics(String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Tests a connection to the server and returns server capabilities
setReleaseArtifactActiveVersion(String, String, String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Sets the active version (default of server-specific) of a release artifact
setReleaseVariables(String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Sets the release variables
T
tagRelease(String, String, String)
- Method in class net.kwatee.agiledeployment.client.
KwateeAPI
Tags a release and optionally sets additional properties (e.g.
U
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
C
D
G
I
K
M
N
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All Rights Reserved.