|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface ContinuumService
| Method Summary | |
|---|---|
ProjectSummary |
addAntProject(ProjectSummary project)
Add an ANT project. |
ProjectSummary |
addAntProject(ProjectSummary project,
int projectGroupId)
Add an ANT project in the specified group. |
java.util.Map<java.lang.String,java.lang.Object> |
addAntProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
Same method but compatible with standard XMLRPC |
java.util.Map<java.lang.String,java.lang.Object> |
addAntProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project,
int projectGroupId)
Same method but compatible with standard XMLRPC |
BuildDefinition |
addBuildDefinitionToProject(int projectId,
BuildDefinition buildDef)
Add a project build definition. |
BuildDefinition |
addBuildDefinitionToProjectGroup(int projectGroupId,
BuildDefinition buildDef)
Add a project group buildDefinition. |
java.util.Map<java.lang.String,java.lang.Object> |
addBuildDefinitionToProjectGroupRPC(int projectGroupId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
Same method but compatible with standard XMLRPC |
java.util.Map<java.lang.String,java.lang.Object> |
addBuildDefinitionToProjectRPC(int projectId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
Same method but compatible with standard XMLRPC |
DirectoryPurgeConfiguration |
addDirectoryPurgeConfiguration(DirectoryPurgeConfiguration dirPurge)
Add a directory purge configuration |
java.util.Map<java.lang.String,java.lang.Object> |
addDirectoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> dirPurge)
Same method but compatible with the standard XMLRPC |
ProjectNotifier |
addGroupNotifier(int projectgroupid,
ProjectNotifier newNotifier)
|
java.util.Map<java.lang.String,java.lang.Object> |
addGroupNotifierRPC(int projectgroupid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
|
Installation |
addInstallation(Installation installation)
|
java.util.Map<java.lang.String,java.lang.Object> |
addInstallationRPC(java.util.Map<java.lang.String,java.lang.Object> installation)
|
LocalRepository |
addLocalRepository(LocalRepository repository)
Add a local repository |
java.util.Map<java.lang.String,java.lang.Object> |
addLocalRepositoryRPC(java.util.Map<java.lang.String,java.lang.Object> repository)
Same method but compatible with the standard XMLRPC |
AddingResult |
addMavenOneProject(java.lang.String url)
Add a maven 1.x project from an url. |
AddingResult |
addMavenOneProject(java.lang.String url,
int projectGroupId)
Add a maven 1.x project from an url. |
java.util.Map<java.lang.String,java.lang.Object> |
addMavenOneProjectRPC(java.lang.String url)
Same method but compatible with standard XMLRPC |
java.util.Map<java.lang.String,java.lang.Object> |
addMavenOneProjectRPC(java.lang.String url,
int projectGroupId)
Same method but compatible with standard XMLRPC |
AddingResult |
addMavenTwoProject(java.lang.String url)
Add a maven 2.x project from an url. |
AddingResult |
addMavenTwoProject(java.lang.String url,
int projectGroupId)
Add a maven 2.x project from an url. |
java.util.Map<java.lang.String,java.lang.Object> |
addMavenTwoProjectRPC(java.lang.String url)
Same method but compatible with standard XMLRPC |
java.util.Map<java.lang.String,java.lang.Object> |
addMavenTwoProjectRPC(java.lang.String url,
int projectGroupId)
Same method but compatible with standard XMLRPC |
ProjectNotifier |
addNotifier(int projectid,
ProjectNotifier newNotifier)
|
java.util.Map<java.lang.String,java.lang.Object> |
addNotifierRPC(int projectid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
|
Profile |
addProfile(Profile profile)
|
java.util.Map<java.lang.String,java.lang.Object> |
addProfileRPC(java.util.Map<java.lang.String,java.lang.Object> profile)
|
ProjectGroupSummary |
addProjectGroup(java.lang.String groupName,
java.lang.String groupId,
java.lang.String description)
Add a project Group. |
java.util.Map<java.lang.String,java.lang.Object> |
addProjectGroupRPC(java.lang.String groupName,
java.lang.String groupId,
java.lang.String description)
Same method but compatible with standard XMLRPC |
int |
addProjectToBuildQueue(int projectId)
Add the project to the build queue. |
int |
addProjectToBuildQueue(int projectId,
int buildDefinitionId)
Add the project to the build queue. |
RepositoryPurgeConfiguration |
addRepositoryPurgeConfiguration(RepositoryPurgeConfiguration repoPurge)
Add a repository purge configuration |
java.util.Map<java.lang.String,java.lang.Object> |
addRepositoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> repoPurge)
Same method but compatible with the standard XMLRPC |
Schedule |
addSchedule(Schedule schedule)
Add the schedule. |
java.util.Map<java.lang.String,java.lang.Object> |
addScheduleRPC(java.util.Map<java.lang.String,java.lang.Object> schedule)
Same method but compatible with standard XMLRPC |
ProjectSummary |
addShellProject(ProjectSummary project)
Add an shell project. |
ProjectSummary |
addShellProject(ProjectSummary project,
int projectGroupId)
Add an shell project in the specified group. |
java.util.Map<java.lang.String,java.lang.Object> |
addShellProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
Same method but compatible with standard XMLRPC |
java.util.Map<java.lang.String,java.lang.Object> |
addShellProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project,
int projectGroupId)
Same method but compatible with standard XMLRPC |
int |
buildGroup(int projectGroupId)
Build the project group with the default build definition. |
int |
buildGroup(int projectGroupId,
int buildDefinitionId)
Build the project group with the specified build definition. |
int |
buildProject(int projectId)
Build the project |
int |
buildProject(int projectId,
int buildDefinitionId)
Build the project |
boolean |
cancelCurrentBuild()
Cancel the current project build |
int |
deleteInstallation(int installationId)
|
int |
deleteProfile(int profileId)
|
java.util.List<DirectoryPurgeConfiguration> |
getAllDirectoryPurgeConfigurations()
Returns directory purge configurations list |
java.util.List<java.lang.Object> |
getAllDirectoryPurgeConfigurationsRPC()
Same method but compatible with standard XMLRPC |
java.util.List<LocalRepository> |
getAllLocalRepositories()
Returns all local repositories |
java.util.List<java.lang.Object> |
getAllLocalRepositoriesRPC()
Same method but compatible with the standard XMLRPC |
java.util.List<ProjectGroupSummary> |
getAllProjectGroups()
Get all project groups. |
java.util.List<java.lang.Object> |
getAllProjectGroupsRPC()
Same method but compatible with standard XMLRPC |
java.util.List<ProjectGroup> |
getAllProjectGroupsWithAllDetails()
Get all project groups with all details (project summaries, notifiers, build definitions). |
java.util.List<java.lang.Object> |
getAllProjectGroupsWithAllDetailsRPC()
Same method but compatible with standard XMLRPC |
java.util.List<ProjectGroup> |
getAllProjectGroupsWithProjects()
Deprecated. |
java.util.List<RepositoryPurgeConfiguration> |
getAllRepositoryPurgeConfigurations()
Returns repository purge configurations list |
java.util.List<java.lang.Object> |
getAllRepositoryPurgeConfigurationsRPC()
Same method but compatible with standard XMLRPC |
java.util.List<BuildDefinition> |
getBuildDefinitionsForProject(int projectId)
Get the build definitions list of the project. |
java.util.List<BuildDefinition> |
getBuildDefinitionsForProjectGroup(int projectGroupId)
Get the build definitions list of the project group. |
java.util.List<java.lang.Object> |
getBuildDefinitionsForProjectGroupRPC(int projectGroupId)
Same method but compatible with standard XMLRPC |
java.util.List<java.lang.Object> |
getBuildDefinitionsForProjectRPC(int projectId)
Same method but compatible with standard XMLRPC |
java.util.List<BuildDefinitionTemplate> |
getBuildDefinitionTemplates()
Get the build definition templates list. |
java.util.List<java.lang.Object> |
getBuildDefinitionTemplatesRPC()
Same method but compatible with standard XMLRPC |
java.lang.String |
getBuildOutput(int projectId,
int buildId)
Returns the build output. |
BuildResult |
getBuildResult(int projectId,
int buildId)
Returns the build result. |
java.util.Map<java.lang.String,java.lang.Object> |
getBuildResultRPC(int projectId,
int buildId)
Same method but compatible with standard XMLRPC |
java.util.List<BuildResultSummary> |
getBuildResultsForProject(int projectId)
Returns the project build result summary list. |
java.util.List<java.lang.Object> |
getBuildResultsForProjectRPC(int projectId)
Same method but compatible with standard XMLRPC |
DirectoryPurgeConfiguration |
getDirectoryPurgeConfiguration(int purgeConfigId)
Returns the directory purge configuration |
java.util.Map<java.lang.String,java.lang.Object> |
getDirectoryPurgeConfigurationRPC(int purgeConfigId)
Same method but compatible with standard XMLRPC |
ProjectNotifier |
getGroupNotifier(int projectgroupid,
int notifierId)
|
java.util.Map<java.lang.String,java.lang.Object> |
getGroupNotifierRPC(int projectgroupid,
int notifierId)
|
Installation |
getInstallation(int installationId)
Return the installation defined by this id. |
java.util.Map<java.lang.String,java.lang.Object> |
getInstallationRPC(int installationId)
Same method but compatible with standard XMLRPC |
java.util.List<Installation> |
getInstallations()
Return the installations list. |
java.util.List<java.lang.Object> |
getInstallationsRPC()
Same method but compatible with standard XMLRPC |
BuildResult |
getLatestBuildResult(int projectId)
Returns the latest build result for the project. |
java.util.Map<java.lang.String,java.lang.Object> |
getLatestBuildResultRPC(int projectId)
Same method but compatible with standard XMLRPC |
LocalRepository |
getLocalRepository(int repositoryId)
Returns the local repository |
java.util.Map<java.lang.String,java.lang.Object> |
getLocalRepositoryRPC(int repositoryId)
Same method but compatible with the standard XMLRPC |
ProjectNotifier |
getNotifier(int projectid,
int notifierId)
|
java.util.Map<java.lang.String,java.lang.Object> |
getNotifierRPC(int projectid,
int notifierId)
|
Profile |
getProfile(int profileId)
Return the profile defined by this id. |
java.util.Map<java.lang.String,java.lang.Object> |
getProfileRPC(int profileId)
Same method but compatible with standard XMLRPC |
java.util.List<Profile> |
getProfiles()
Return the profiles list. |
java.util.List<java.lang.Object> |
getProfilesRPC()
Same method but compatible with standard XMLRPC |
ProjectGroup |
getProjectGroup(int projectGroupId)
Get a project groups. |
java.util.Map<java.lang.String,java.lang.Object> |
getProjectGroupRPC(int projectGroupId)
Same method but compatible with standard XMLRPC |
ProjectGroupSummary |
getProjectGroupSummary(int projectGroupId)
Get a project group. |
java.util.Map<java.lang.String,java.lang.Object> |
getProjectGroupSummaryRPC(int projectGroupId)
Same method but compatible with standard XMLRPC |
ProjectGroup |
getProjectGroupWithProjects(int projectGroupId)
Get a project group with all details. |
java.util.Map<java.lang.String,java.lang.Object> |
getProjectGroupWithProjectsRPC(int projectGroupId)
Same method but compatible with standard XMLRPC |
java.util.List<ProjectSummary> |
getProjects(int projectGroupId)
Get All projects. |
java.util.List<BuildProjectTask> |
getProjectsInBuildQueue()
Return projects building queue. |
java.util.List<java.lang.Object> |
getProjectsRPC(int projectGroupId)
Same method but compatible with standard XMLRPC |
ProjectSummary |
getProjectSummary(int projectId)
Get a project. |
java.util.Map<java.lang.String,java.lang.Object> |
getProjectSummaryRPC(int projectId)
Same method but compatible with standard XMLRPC |
Project |
getProjectWithAllDetails(int projectId)
Get a project with all details. |
java.util.Map<java.lang.String,java.lang.Object> |
getProjectWithAllDetailsRPC(int projectId)
Same method but compatible with standard XMLRPC |
java.lang.String |
getReleaseOutput(int releaseId)
Returns the release output. |
ContinuumReleaseResult |
getReleaseResult(int releaseId)
Returns the release result. |
java.util.Map<java.lang.String,java.lang.Object> |
getReleaseResultRPC(int releaseId)
Same method but compatible with standard XMLRPC |
java.util.List<ContinuumReleaseResult> |
getReleaseResultsForProjectGroup(int projectGroupId)
Returns the project group release result list. |
java.util.List<java.lang.Object> |
getReleaseResultsForProjectGroupRPC(int projectGroupId)
Same method but compatible with standard XMLRPC |
RepositoryPurgeConfiguration |
getRepositoryPurgeConfiguration(int repoPurgeId)
Returns the repository purge configuration |
java.util.Map<java.lang.String,java.lang.Object> |
getRepositoryPurgeConfigurationRPC(int purgeConfigId)
Same method but compatible with standard XMLRPC |
Schedule |
getSchedule(int scheduleId)
Return the schedule defined by this id. |
java.util.Map<java.lang.String,java.lang.Object> |
getScheduleRPC(int scheduleId)
Same method but compatible with standard XMLRPC |
java.util.List<Schedule> |
getSchedules()
Return the schedules list. |
java.util.List<java.lang.Object> |
getSchedulesRPC()
Same method but compatible with standard XMLRPC |
SystemConfiguration |
getSystemConfiguration()
|
java.util.Map<java.lang.String,java.lang.Object> |
getSystemConfigurationRPC()
|
boolean |
isProjectInBuildingQueue(int projectId)
Return true is the project is in building queue. |
boolean |
ping()
|
void |
purgeDirectory(int dirPurgeId)
|
void |
purgeLocalRepository(int repoPurgeId)
|
int |
removeBuildDefinitionFromProjectGroup(int projectGroupId,
int buildDefinitionId)
|
int |
removeBuildResult(BuildResult br)
Remove the project build result. |
int |
removeBuildResultRPC(java.util.Map<java.lang.String,java.lang.Object> br)
Same method but compatible with standard XMLRPC |
int |
removeDirectoryPurgeConfiguration(int dirPurgeId)
Removes the directory purge configuration |
int |
removeGroupNotifier(int projectgroupid,
int notifierId)
|
int |
removeLocalRepository(int repositoryId)
Remove the local repository |
int |
removeNotifier(int projectid,
int notifierId)
|
int |
removeProject(int projectId)
Remove a project. |
int |
removeProjectGroup(int projectGroupId)
Remove a project group. |
int |
removeProjectsFromBuildingQueue(int[] projectsId)
Remove projects from build queue |
int |
removeReleaseResult(ContinuumReleaseResult releaseResult)
Remove the project release result. |
int |
removeReleaseResultRPC(java.util.Map<java.lang.String,java.lang.Object> rr)
Same method but compatible with standard XMLRPC |
int |
removeRepositoryPurgeConfiguration(int repoPurgeId)
Remove repository purge configuration |
BuildDefinition |
updateBuildDefinitionForProject(int projectId,
BuildDefinition buildDef)
Update a project build definition. |
BuildDefinition |
updateBuildDefinitionForProjectGroup(int projectGroupId,
BuildDefinition buildDef)
Update a project group build definition. |
java.util.Map<java.lang.String,java.lang.Object> |
updateBuildDefinitionForProjectGroupRPC(int projectGroupId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
Same method but compatible with standard XMLRPC |
java.util.Map<java.lang.String,java.lang.Object> |
updateBuildDefinitionForProjectRPC(int projectId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
Same method but compatible with standard XMLRPC |
int |
updateDirectoryPurgeConfiguration(DirectoryPurgeConfiguration dirPurge)
Update the directory purge configuration |
int |
updateDirectoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> dirPurge)
Same method but compatible with the standard XMLRPC |
ProjectNotifier |
updateGroupNotifier(int projectgroupid,
ProjectNotifier newNotifier)
|
java.util.Map<java.lang.String,java.lang.Object> |
updateGroupNotifierRPC(int projectgroupid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
|
int |
updateInstallation(Installation installation)
|
int |
updateInstallationRPC(java.util.Map<java.lang.String,java.lang.Object> installation)
|
int |
updateLocalRepository(LocalRepository repository)
Update the local repository |
int |
updateLocalRepositoryRPC(java.util.Map<java.lang.String,java.lang.Object> repository)
Same method but compatible with the standard XMLRPC |
ProjectNotifier |
updateNotifier(int projectid,
ProjectNotifier newNotifier)
|
java.util.Map<java.lang.String,java.lang.Object> |
updateNotifierRPC(int projectid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
|
int |
updateProfile(Profile profile)
|
int |
updateProfileRPC(java.util.Map<java.lang.String,java.lang.Object> profile)
|
ProjectSummary |
updateProject(ProjectSummary project)
Update a project. |
ProjectGroupSummary |
updateProjectGroup(ProjectGroupSummary projectGroup)
Update a project Group. |
java.util.Map<java.lang.String,java.lang.Object> |
updateProjectGroupRPC(java.util.Map<java.lang.String,java.lang.Object> projectGroup)
Same method but compatible with standard XMLRPC |
java.util.Map<java.lang.String,java.lang.Object> |
updateProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
Same method but compatible with standard XMLRPC |
int |
updateRepositoryPurgeConfiguration(RepositoryPurgeConfiguration repoPurge)
Update the repository purge configuration |
int |
updateRepositoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> repoPurge)
Same method but compatible with the standard XMLRPC |
Schedule |
updateSchedule(Schedule schedule)
Update the schedule. |
java.util.Map<java.lang.String,java.lang.Object> |
updateScheduleRPC(java.util.Map<java.lang.String,java.lang.Object> schedule)
Same method but compatible with standard XMLRPC |
| Method Detail |
|---|
java.util.List<ProjectSummary> getProjects(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group Id
ProjectSummary
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
java.util.List<java.lang.Object> getProjectsRPC(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group Id
ProjectSummary as RPC value
java.lang.Exception
ProjectSummary getProjectSummary(int projectId)
throws java.lang.Exception
projectId - the project id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getProjectSummaryRPC(int projectId)
throws java.lang.Exception
projectId - the project id
java.lang.Exception
Project getProjectWithAllDetails(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getProjectWithAllDetailsRPC(int projectId)
throws java.lang.Exception
projectId - the project id
java.lang.Exception
int removeProject(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
ProjectSummary updateProject(ProjectSummary project)
throws java.lang.Exception
project - The project to update
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> updateProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
throws java.lang.Exception
project - The project to update
java.lang.Exception
ProjectGroup getProjectGroup(int projectGroupId)
throws java.lang.Exception
projectGroupId - the id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getProjectGroupRPC(int projectGroupId)
throws java.lang.Exception
projectGroupId - the id
java.lang.Exception
java.util.List<ProjectGroupSummary> getAllProjectGroups()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getAllProjectGroupsRPC()
throws java.lang.Exception
ProjectGroupSummary as RPC value
java.lang.Exception
java.util.List<ProjectGroup> getAllProjectGroupsWithAllDetails()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getAllProjectGroupsWithAllDetailsRPC()
throws java.lang.Exception
ProjectGroup as RPC value
java.lang.Exception
java.util.List<ProjectGroup> getAllProjectGroupsWithProjects()
throws java.lang.Exception
java.lang.Exception
ProjectGroupSummary getProjectGroupSummary(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getProjectGroupSummaryRPC(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
ProjectGroup getProjectGroupWithProjects(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getProjectGroupWithProjectsRPC(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
int removeProjectGroup(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
ProjectGroupSummary updateProjectGroup(ProjectGroupSummary projectGroup)
throws java.lang.Exception
projectGroup - The project group to update
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> updateProjectGroupRPC(java.util.Map<java.lang.String,java.lang.Object> projectGroup)
throws java.lang.Exception
projectGroup - The project group to update
java.lang.Exception
ProjectGroupSummary addProjectGroup(java.lang.String groupName,
java.lang.String groupId,
java.lang.String description)
throws java.lang.Exception
groupName - The project group namegroupId - The project group iddescription - The project group description
java.lang.Exception
int removeBuildDefinitionFromProjectGroup(int projectGroupId,
int buildDefinitionId)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addProjectGroupRPC(java.lang.String groupName,
java.lang.String groupId,
java.lang.String description)
throws java.lang.Exception
groupName - The project group namegroupId - The project group iddescription - The project group description
java.lang.Exception
ProjectNotifier getNotifier(int projectid,
int notifierId)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getNotifierRPC(int projectid,
int notifierId)
throws java.lang.Exception
java.lang.Exception
ProjectNotifier getGroupNotifier(int projectgroupid,
int notifierId)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getGroupNotifierRPC(int projectgroupid,
int notifierId)
throws java.lang.Exception
java.lang.Exception
ProjectNotifier updateGroupNotifier(int projectgroupid,
ProjectNotifier newNotifier)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> updateGroupNotifierRPC(int projectgroupid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
throws java.lang.Exception
java.lang.Exception
ProjectNotifier updateNotifier(int projectid,
ProjectNotifier newNotifier)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> updateNotifierRPC(int projectid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
throws java.lang.Exception
java.lang.Exception
int removeGroupNotifier(int projectgroupid,
int notifierId)
throws java.lang.Exception
java.lang.Exception
int removeNotifier(int projectid,
int notifierId)
throws java.lang.Exception
java.lang.Exception
ProjectNotifier addNotifier(int projectid,
ProjectNotifier newNotifier)
throws java.lang.Exception
java.lang.Exception
ProjectNotifier addGroupNotifier(int projectgroupid,
ProjectNotifier newNotifier)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addNotifierRPC(int projectid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addGroupNotifierRPC(int projectgroupid,
java.util.Map<java.lang.String,java.lang.Object> newNotifier)
throws java.lang.Exception
java.lang.Exception
java.util.List<BuildDefinition> getBuildDefinitionsForProject(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
java.util.List<java.lang.Object> getBuildDefinitionsForProjectRPC(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
java.util.List<BuildDefinition> getBuildDefinitionsForProjectGroup(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
java.util.List<java.lang.Object> getBuildDefinitionsForProjectGroupRPC(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
BuildDefinition updateBuildDefinitionForProject(int projectId,
BuildDefinition buildDef)
throws java.lang.Exception
projectId - The project idbuildDef - The build defintion to update
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> updateBuildDefinitionForProjectRPC(int projectId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
throws java.lang.Exception
projectId - The project idbuildDef - The build defintion to update
java.lang.Exception
BuildDefinition updateBuildDefinitionForProjectGroup(int projectGroupId,
BuildDefinition buildDef)
throws java.lang.Exception
projectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> updateBuildDefinitionForProjectGroupRPC(int projectGroupId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
throws java.lang.Exception
projectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
BuildDefinition addBuildDefinitionToProject(int projectId,
BuildDefinition buildDef)
throws java.lang.Exception
projectId - The project idbuildDef - The build defintion to update
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addBuildDefinitionToProjectRPC(int projectId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
throws java.lang.Exception
projectId - The project idbuildDef - The build defintion to update
java.lang.Exception
BuildDefinition addBuildDefinitionToProjectGroup(int projectGroupId,
BuildDefinition buildDef)
throws java.lang.Exception
projectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addBuildDefinitionToProjectGroupRPC(int projectGroupId,
java.util.Map<java.lang.String,java.lang.Object> buildDef)
throws java.lang.Exception
projectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
java.util.List<BuildDefinitionTemplate> getBuildDefinitionTemplates()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getBuildDefinitionTemplatesRPC()
throws java.lang.Exception
java.lang.Exception
int addProjectToBuildQueue(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
int addProjectToBuildQueue(int projectId,
int buildDefinitionId)
throws java.lang.Exception
projectId - The project idbuildDefinitionId - The build definition id
java.lang.Exception
int buildProject(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
int buildProject(int projectId,
int buildDefinitionId)
throws java.lang.Exception
projectId - The project idbuildDefinitionId - The build definition id
java.lang.Exception
int buildGroup(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
int buildGroup(int projectGroupId,
int buildDefinitionId)
throws java.lang.Exception
projectGroupId - The project group idbuildDefinitionId - The build definition id
java.lang.Exception
BuildResult getLatestBuildResult(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getLatestBuildResultRPC(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
BuildResult getBuildResult(int projectId,
int buildId)
throws java.lang.Exception
projectId - The project idbuildId - The build id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getBuildResultRPC(int projectId,
int buildId)
throws java.lang.Exception
projectId - The project idbuildId - The build id
java.lang.Exception
java.util.List<BuildResultSummary> getBuildResultsForProject(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
java.util.List<java.lang.Object> getBuildResultsForProjectRPC(int projectId)
throws java.lang.Exception
projectId - The project id
java.lang.Exception
int removeBuildResult(BuildResult br)
throws java.lang.Exception
br - The project build result
java.lang.Exception
int removeBuildResultRPC(java.util.Map<java.lang.String,java.lang.Object> br)
throws java.lang.Exception
br - The project build result
java.lang.Exception
java.lang.String getBuildOutput(int projectId,
int buildId)
throws java.lang.Exception
projectId - The project idbuildId - The build id
java.lang.Exception
AddingResult addMavenTwoProject(java.lang.String url)
throws java.lang.Exception
url - The POM url
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addMavenTwoProjectRPC(java.lang.String url)
throws java.lang.Exception
url - The POM url
java.lang.Exception
AddingResult addMavenTwoProject(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
url - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addMavenTwoProjectRPC(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
url - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
AddingResult addMavenOneProject(java.lang.String url)
throws java.lang.Exception
url - The POM url
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addMavenOneProjectRPC(java.lang.String url)
throws java.lang.Exception
url - The POM url
java.lang.Exception
AddingResult addMavenOneProject(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
url - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addMavenOneProjectRPC(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
url - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
ProjectSummary addAntProject(ProjectSummary project)
throws java.lang.Exception
project - The project to add. name, version and scm informations are required
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addAntProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
throws java.lang.Exception
project - The project to add. name, version and scm informations are required
java.lang.Exception
ProjectSummary addAntProject(ProjectSummary project,
int projectGroupId)
throws java.lang.Exception
project - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addAntProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project,
int projectGroupId)
throws java.lang.Exception
project - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
ProjectSummary addShellProject(ProjectSummary project)
throws java.lang.Exception
project - The project to add. name, version and scm informations are required
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addShellProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
throws java.lang.Exception
project - The project to add. name, version and scm informations are required
java.lang.Exception
ProjectSummary addShellProject(ProjectSummary project,
int projectGroupId)
throws java.lang.Exception
project - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addShellProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project,
int projectGroupId)
throws java.lang.Exception
project - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
java.util.List<Schedule> getSchedules()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getSchedulesRPC()
throws java.lang.Exception
java.lang.Exception
Schedule getSchedule(int scheduleId)
throws java.lang.Exception
scheduleId - The schedule id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getScheduleRPC(int scheduleId)
throws java.lang.Exception
scheduleId - The schedule id
java.lang.Exception
Schedule addSchedule(Schedule schedule)
throws java.lang.Exception
schedule - The schedule
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addScheduleRPC(java.util.Map<java.lang.String,java.lang.Object> schedule)
throws java.lang.Exception
schedule - The schedule
java.lang.Exception
Schedule updateSchedule(Schedule schedule)
throws java.lang.Exception
schedule - The schedule
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> updateScheduleRPC(java.util.Map<java.lang.String,java.lang.Object> schedule)
throws java.lang.Exception
schedule - The schedule
java.lang.Exception
java.util.List<Profile> getProfiles()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getProfilesRPC()
throws java.lang.Exception
java.lang.Exception
Profile getProfile(int profileId)
throws java.lang.Exception
profileId - The profile id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getProfileRPC(int profileId)
throws java.lang.Exception
profileId - The profile id
java.lang.Exception
Profile addProfile(Profile profile)
throws java.lang.Exception
java.lang.Exception
int updateProfile(Profile profile)
throws java.lang.Exception
java.lang.Exception
int deleteProfile(int profileId)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addProfileRPC(java.util.Map<java.lang.String,java.lang.Object> profile)
throws java.lang.Exception
java.lang.Exception
int updateProfileRPC(java.util.Map<java.lang.String,java.lang.Object> profile)
throws java.lang.Exception
java.lang.Exception
java.util.List<Installation> getInstallations()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getInstallationsRPC()
throws java.lang.Exception
java.lang.Exception
Installation getInstallation(int installationId)
throws java.lang.Exception
installationId - The installation id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getInstallationRPC(int installationId)
throws java.lang.Exception
installationId - The installation id
java.lang.Exception
Installation addInstallation(Installation installation)
throws java.lang.Exception
java.lang.Exception
int updateInstallation(Installation installation)
throws java.lang.Exception
java.lang.Exception
int deleteInstallation(int installationId)
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addInstallationRPC(java.util.Map<java.lang.String,java.lang.Object> installation)
throws java.lang.Exception
java.lang.Exception
int updateInstallationRPC(java.util.Map<java.lang.String,java.lang.Object> installation)
throws java.lang.Exception
java.lang.Exception
SystemConfiguration getSystemConfiguration()
throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getSystemConfigurationRPC()
throws java.lang.Exception
java.lang.Exception
boolean isProjectInBuildingQueue(int projectId)
throws java.lang.Exception
projectGroupId - The project group id
ContinuumException
java.lang.Exception
java.util.List<BuildProjectTask> getProjectsInBuildQueue()
throws java.lang.Exception
ContinuumException
java.lang.Exception
int removeProjectsFromBuildingQueue(int[] projectsId)
throws java.lang.Exception
projectsId - project id to be removed from the building queue
java.lang.Exception
boolean cancelCurrentBuild()
throws java.lang.Exception
java.lang.Exception
boolean ping()
throws java.lang.Exception
java.lang.Exception
LocalRepository addLocalRepository(LocalRepository repository)
throws java.lang.Exception
repository - the local repository to add
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addLocalRepositoryRPC(java.util.Map<java.lang.String,java.lang.Object> repository)
throws java.lang.Exception
repository - the local repository to add
java.lang.Exception
int updateLocalRepository(LocalRepository repository)
throws java.lang.Exception
repository - the local repository to update
java.lang.Exception
int updateLocalRepositoryRPC(java.util.Map<java.lang.String,java.lang.Object> repository)
throws java.lang.Exception
repository - the local repository to update
java.lang.Exception
int removeLocalRepository(int repositoryId)
throws java.lang.Exception
repositoryId -
java.lang.Exception
LocalRepository getLocalRepository(int repositoryId)
throws java.lang.Exception
repositoryId - the local repository id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getLocalRepositoryRPC(int repositoryId)
throws java.lang.Exception
repositoryId -
java.lang.Exception
java.util.List<LocalRepository> getAllLocalRepositories()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getAllLocalRepositoriesRPC()
throws java.lang.Exception
java.lang.Exception
RepositoryPurgeConfiguration addRepositoryPurgeConfiguration(RepositoryPurgeConfiguration repoPurge)
throws java.lang.Exception
repoPurge - the repository purge configuration
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addRepositoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> repoPurge)
throws java.lang.Exception
repoPurge - the repository purge configuration
java.lang.Exception
int updateRepositoryPurgeConfiguration(RepositoryPurgeConfiguration repoPurge)
throws java.lang.Exception
repoPurge - the repository purge configuration
java.lang.Exception
int updateRepositoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> repoPurge)
throws java.lang.Exception
repoPurge - the repository purge configuration
java.lang.Exception
int removeRepositoryPurgeConfiguration(int repoPurgeId)
throws java.lang.Exception
repoPurgeId - the repository purge configuration id
java.lang.Exception
RepositoryPurgeConfiguration getRepositoryPurgeConfiguration(int repoPurgeId)
throws java.lang.Exception
purgeConfigId - the repository purge configuration id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getRepositoryPurgeConfigurationRPC(int purgeConfigId)
throws java.lang.Exception
purgeConfigId - the repository purge configuration id
java.lang.Exception
java.util.List<RepositoryPurgeConfiguration> getAllRepositoryPurgeConfigurations()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getAllRepositoryPurgeConfigurationsRPC()
throws java.lang.Exception
java.lang.Exception
DirectoryPurgeConfiguration addDirectoryPurgeConfiguration(DirectoryPurgeConfiguration dirPurge)
throws java.lang.Exception
dirPurge - the directory purge configuration
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> addDirectoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> dirPurge)
throws java.lang.Exception
dirPurge - the directory purge configuration
java.lang.Exception
int updateDirectoryPurgeConfiguration(DirectoryPurgeConfiguration dirPurge)
throws java.lang.Exception
dirPurge - the directory purge configuration
java.lang.Exception
int updateDirectoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> dirPurge)
throws java.lang.Exception
dirPurge - the directory purge configuration
java.lang.Exception
int removeDirectoryPurgeConfiguration(int dirPurgeId)
throws java.lang.Exception
dirPurgeId - the directory purge configuration id
java.lang.Exception
DirectoryPurgeConfiguration getDirectoryPurgeConfiguration(int purgeConfigId)
throws java.lang.Exception
purgeConfigId - the directory purge configuration id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getDirectoryPurgeConfigurationRPC(int purgeConfigId)
throws java.lang.Exception
purgeConfigId - the directory purge configuration id
java.lang.Exception
java.util.List<DirectoryPurgeConfiguration> getAllDirectoryPurgeConfigurations()
throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.Object> getAllDirectoryPurgeConfigurationsRPC()
throws java.lang.Exception
java.lang.Exception
void purgeLocalRepository(int repoPurgeId)
throws java.lang.Exception
java.lang.Exception
void purgeDirectory(int dirPurgeId)
throws java.lang.Exception
java.lang.Exception
ContinuumReleaseResult getReleaseResult(int releaseId)
throws java.lang.Exception
releaseId - The release id
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getReleaseResultRPC(int releaseId)
throws java.lang.Exception
releaseId - The release id
java.lang.Exception
java.util.List<ContinuumReleaseResult> getReleaseResultsForProjectGroup(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
java.util.List<java.lang.Object> getReleaseResultsForProjectGroupRPC(int projectGroupId)
throws java.lang.Exception
projectGroupId - The project group id
java.lang.Exception
int removeReleaseResult(ContinuumReleaseResult releaseResult)
throws java.lang.Exception
releaseResult - The project release result
java.lang.Exception
int removeReleaseResultRPC(java.util.Map<java.lang.String,java.lang.Object> rr)
throws java.lang.Exception
rr - The project release result
java.lang.Exception
java.lang.String getReleaseOutput(int releaseId)
throws java.lang.Exception
releaseId - The release id
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||