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

java.lang.Objectorg.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcClient
public class ContinuumXmlRpcClient
| Constructor Summary | |
|---|---|
ContinuumXmlRpcClient(java.net.URL serviceUrl)
|
|
ContinuumXmlRpcClient(java.net.URL serviceUrl,
java.lang.String login,
java.lang.String password)
|
|
| 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(ProjectGroupSummary pg)
|
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 dirPurgeId)
Returns the directory purge configuration |
java.util.Map<java.lang.String,java.lang.Object> |
getDirectoryPurgeConfigurationRPC(int dirPurgeId)
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 |
java.lang.String |
getProjectStatusAsString(int status)
|
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 repoPurgeId)
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)
|
ProjectGroupSummary |
refreshProjectGroupSummary(ProjectGroupSummary projectGroup)
|
ProjectGroup |
refreshProjectGroupSummaryWithProjects(ProjectGroupSummary projectGroup)
|
ProjectSummary |
refreshProjectSummary(ProjectSummary project)
|
Project |
refreshProjectWithAllDetails(ProjectSummary project)
|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuumXmlRpcClient(java.net.URL serviceUrl)
public ContinuumXmlRpcClient(java.net.URL serviceUrl,
java.lang.String login,
java.lang.String password)
| Method Detail |
|---|
public boolean ping()
throws java.lang.Exception
ping in interface ContinuumServicejava.lang.Exception
public java.util.List<ProjectSummary> getProjects(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjects in interface ContinuumServiceprojectGroupId - The project group Id
ProjectSummary
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
public ProjectSummary getProjectSummary(int projectId)
throws java.lang.Exception
ContinuumService
getProjectSummary in interface ContinuumServiceprojectId - the project id
java.lang.Exception
public Project getProjectWithAllDetails(int projectId)
throws java.lang.Exception
ContinuumService
getProjectWithAllDetails in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public int removeProject(int projectId)
throws java.lang.Exception
ContinuumService
removeProject in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public ProjectSummary updateProject(ProjectSummary project)
throws java.lang.Exception
ContinuumService
updateProject in interface ContinuumServiceproject - The project to update
java.lang.Exception
public ProjectSummary refreshProjectSummary(ProjectSummary project)
throws java.lang.Exception
java.lang.Exception
public Project refreshProjectWithAllDetails(ProjectSummary project)
throws java.lang.Exception
java.lang.Exception
public java.util.List<ProjectGroupSummary> getAllProjectGroups()
throws java.lang.Exception
ContinuumService
getAllProjectGroups in interface ContinuumServicejava.lang.Exception
public java.util.List<ProjectGroup> getAllProjectGroupsWithAllDetails()
throws java.lang.Exception
ContinuumService
getAllProjectGroupsWithAllDetails in interface ContinuumServicejava.lang.Exception
public java.util.List<ProjectGroup> getAllProjectGroupsWithProjects()
throws java.lang.Exception
ContinuumService
getAllProjectGroupsWithProjects in interface ContinuumServicejava.lang.Exception
public ProjectGroupSummary getProjectGroupSummary(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjectGroupSummary in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public ProjectGroup getProjectGroupWithProjects(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjectGroupWithProjects in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public int removeProjectGroup(int projectGroupId)
throws java.lang.Exception
ContinuumService
removeProjectGroup in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public ProjectGroupSummary refreshProjectGroupSummary(ProjectGroupSummary projectGroup)
throws java.lang.Exception
java.lang.Exception
public ProjectGroup refreshProjectGroupSummaryWithProjects(ProjectGroupSummary projectGroup)
throws java.lang.Exception
java.lang.Exception
public ProjectGroupSummary updateProjectGroup(ProjectGroupSummary projectGroup)
throws java.lang.Exception
ContinuumService
updateProjectGroup in interface ContinuumServiceprojectGroup - The project group to update
java.lang.Exception
public ProjectGroupSummary addProjectGroup(ProjectGroupSummary pg)
throws java.lang.Exception
java.lang.Exception
public ProjectGroupSummary addProjectGroup(java.lang.String groupName,
java.lang.String groupId,
java.lang.String description)
throws java.lang.Exception
ContinuumService
addProjectGroup in interface ContinuumServicegroupName - The project group namegroupId - The project group iddescription - The project group description
java.lang.Exception
public java.util.List<BuildDefinition> getBuildDefinitionsForProject(int projectId)
throws java.lang.Exception
ContinuumService
getBuildDefinitionsForProject in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public java.util.List<BuildDefinition> getBuildDefinitionsForProjectGroup(int projectGroupId)
throws java.lang.Exception
ContinuumService
getBuildDefinitionsForProjectGroup in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public BuildDefinition updateBuildDefinitionForProject(int projectId,
BuildDefinition buildDef)
throws java.lang.Exception
ContinuumService
updateBuildDefinitionForProject in interface ContinuumServiceprojectId - The project idbuildDef - The build defintion to update
java.lang.Exception
public BuildDefinition updateBuildDefinitionForProjectGroup(int projectGroupId,
BuildDefinition buildDef)
throws java.lang.Exception
ContinuumService
updateBuildDefinitionForProjectGroup in interface ContinuumServiceprojectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
public int removeBuildDefinitionFromProjectGroup(int projectGroupId,
int buildDefinitionId)
throws java.lang.Exception
removeBuildDefinitionFromProjectGroup in interface ContinuumServicejava.lang.Exception
public BuildDefinition addBuildDefinitionToProject(int projectId,
BuildDefinition buildDef)
throws java.lang.Exception
ContinuumService
addBuildDefinitionToProject in interface ContinuumServiceprojectId - The project idbuildDef - The build defintion to update
java.lang.Exception
public BuildDefinition addBuildDefinitionToProjectGroup(int projectGroupId,
BuildDefinition buildDef)
throws java.lang.Exception
ContinuumService
addBuildDefinitionToProjectGroup in interface ContinuumServiceprojectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
public java.util.List<BuildDefinitionTemplate> getBuildDefinitionTemplates()
throws java.lang.Exception
ContinuumService
getBuildDefinitionTemplates in interface ContinuumServicejava.lang.Exception
public int addProjectToBuildQueue(int projectId)
throws java.lang.Exception
ContinuumService
addProjectToBuildQueue in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public int addProjectToBuildQueue(int projectId,
int buildDefinitionId)
throws java.lang.Exception
ContinuumService
addProjectToBuildQueue in interface ContinuumServiceprojectId - The project idbuildDefinitionId - The build definition id
java.lang.Exception
public int buildProject(int projectId)
throws java.lang.Exception
ContinuumService
buildProject in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public int buildProject(int projectId,
int buildDefinitionId)
throws java.lang.Exception
ContinuumService
buildProject in interface ContinuumServiceprojectId - The project idbuildDefinitionId - The build definition id
java.lang.Exception
public int buildGroup(int projectGroupId)
throws java.lang.Exception,
org.apache.xmlrpc.XmlRpcException
ContinuumService
buildGroup in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
public int buildGroup(int projectGroupId,
int buildDefinitionId)
throws java.lang.Exception,
org.apache.xmlrpc.XmlRpcException
ContinuumService
buildGroup in interface ContinuumServiceprojectGroupId - The project group idbuildDefinitionId - The build definition id
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
public BuildResult getLatestBuildResult(int projectId)
throws java.lang.Exception
ContinuumService
getLatestBuildResult in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public BuildResult getBuildResult(int projectId,
int buildId)
throws java.lang.Exception
ContinuumService
getBuildResult in interface ContinuumServiceprojectId - The project idbuildId - The build id
java.lang.Exception
public java.util.List<BuildResultSummary> getBuildResultsForProject(int projectId)
throws java.lang.Exception
ContinuumService
getBuildResultsForProject in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public int removeBuildResult(BuildResult br)
throws java.lang.Exception,
org.apache.xmlrpc.XmlRpcException
ContinuumService
removeBuildResult in interface ContinuumServicebr - The project build result
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
public java.lang.String getBuildOutput(int projectId,
int buildId)
throws java.lang.Exception
ContinuumService
getBuildOutput in interface ContinuumServiceprojectId - The project idbuildId - The build id
java.lang.Exception
public AddingResult addMavenTwoProject(java.lang.String url)
throws java.lang.Exception
ContinuumService
addMavenTwoProject in interface ContinuumServiceurl - The POM url
java.lang.Exception
public AddingResult addMavenTwoProject(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
ContinuumService
addMavenTwoProject in interface ContinuumServiceurl - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public AddingResult addMavenOneProject(java.lang.String url)
throws java.lang.Exception
ContinuumService
addMavenOneProject in interface ContinuumServiceurl - The POM url
java.lang.Exception
public AddingResult addMavenOneProject(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
ContinuumService
addMavenOneProject in interface ContinuumServiceurl - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public ProjectSummary addAntProject(ProjectSummary project)
throws java.lang.Exception
ContinuumService
addAntProject in interface ContinuumServiceproject - The project to add. name, version and scm informations are required
java.lang.Exception
public ProjectSummary addAntProject(ProjectSummary project,
int projectGroupId)
throws java.lang.Exception
ContinuumService
addAntProject in interface ContinuumServiceproject - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public ProjectSummary addShellProject(ProjectSummary project)
throws java.lang.Exception
ContinuumService
addShellProject in interface ContinuumServiceproject - The project to add. name, version and scm informations are required
java.lang.Exception
public ProjectSummary addShellProject(ProjectSummary project,
int projectGroupId)
throws java.lang.Exception
ContinuumService
addShellProject in interface ContinuumServiceproject - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public java.util.List<Schedule> getSchedules()
throws java.lang.Exception
ContinuumService
getSchedules in interface ContinuumServicejava.lang.Exception
public Schedule getSchedule(int scheduleId)
throws java.lang.Exception
ContinuumService
getSchedule in interface ContinuumServicescheduleId - The schedule id
java.lang.Exception
public Schedule addSchedule(Schedule schedule)
throws java.lang.Exception
ContinuumService
addSchedule in interface ContinuumServiceschedule - The schedule
java.lang.Exception
public Schedule updateSchedule(Schedule schedule)
throws java.lang.Exception
ContinuumService
updateSchedule in interface ContinuumServiceschedule - The schedule
java.lang.Exception
public java.util.List<Profile> getProfiles()
throws java.lang.Exception
ContinuumService
getProfiles in interface ContinuumServicejava.lang.Exception
public Profile getProfile(int profileId)
throws java.lang.Exception
ContinuumService
getProfile in interface ContinuumServiceprofileId - The profile id
java.lang.Exception
public java.util.List<Installation> getInstallations()
throws java.lang.Exception
ContinuumService
getInstallations in interface ContinuumServicejava.lang.Exception
public Installation getInstallation(int installationId)
throws java.lang.Exception
ContinuumService
getInstallation in interface ContinuumServiceinstallationId - The installation id
java.lang.Exception
public SystemConfiguration getSystemConfiguration()
throws java.lang.Exception
getSystemConfiguration in interface ContinuumServicejava.lang.Exceptionpublic java.lang.String getProjectStatusAsString(int status)
public java.util.List<BuildProjectTask> getProjectsInBuildQueue()
throws java.lang.Exception
ContinuumService
getProjectsInBuildQueue in interface ContinuumServicejava.lang.Exception
public boolean isProjectInBuildingQueue(int projectId)
throws java.lang.Exception
ContinuumService
isProjectInBuildingQueue in interface ContinuumServicejava.lang.Exception
public int removeProjectsFromBuildingQueue(int[] projectsId)
throws java.lang.Exception
ContinuumService
removeProjectsFromBuildingQueue in interface ContinuumServiceprojectsId - project id to be removed from the building queue
java.lang.Exception
public boolean cancelCurrentBuild()
throws java.lang.Exception
ContinuumService
cancelCurrentBuild in interface ContinuumServicejava.lang.Exception
public ContinuumReleaseResult getReleaseResult(int releaseId)
throws java.lang.Exception
ContinuumService
getReleaseResult in interface ContinuumServicereleaseId - The release id
java.lang.Exception
public java.util.List<ContinuumReleaseResult> getReleaseResultsForProjectGroup(int projectGroupId)
throws java.lang.Exception
ContinuumService
getReleaseResultsForProjectGroup in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public int removeReleaseResult(ContinuumReleaseResult releaseResult)
throws java.lang.Exception
ContinuumService
removeReleaseResult in interface ContinuumServicereleaseResult - The project release result
java.lang.Exception
public java.lang.String getReleaseOutput(int releaseId)
throws java.lang.Exception
ContinuumService
getReleaseOutput in interface ContinuumServicereleaseId - The release id
java.lang.Exception
public RepositoryPurgeConfiguration addRepositoryPurgeConfiguration(RepositoryPurgeConfiguration repoPurge)
throws java.lang.Exception
ContinuumService
addRepositoryPurgeConfiguration in interface ContinuumServicerepoPurge - the repository purge configuration
java.lang.Exception
public int updateRepositoryPurgeConfiguration(RepositoryPurgeConfiguration repoPurge)
throws java.lang.Exception
ContinuumService
updateRepositoryPurgeConfiguration in interface ContinuumServicerepoPurge - the repository purge configuration
java.lang.Exception
public int removeRepositoryPurgeConfiguration(int repoPurgeId)
throws java.lang.Exception
ContinuumService
removeRepositoryPurgeConfiguration in interface ContinuumServicerepoPurgeId - the repository purge configuration id
java.lang.Exception
public RepositoryPurgeConfiguration getRepositoryPurgeConfiguration(int repoPurgeId)
throws java.lang.Exception
ContinuumService
getRepositoryPurgeConfiguration in interface ContinuumServicejava.lang.Exception
public java.util.List<RepositoryPurgeConfiguration> getAllRepositoryPurgeConfigurations()
throws java.lang.Exception
ContinuumService
getAllRepositoryPurgeConfigurations in interface ContinuumServicejava.lang.Exception
public DirectoryPurgeConfiguration addDirectoryPurgeConfiguration(DirectoryPurgeConfiguration dirPurge)
throws java.lang.Exception
ContinuumService
addDirectoryPurgeConfiguration in interface ContinuumServicedirPurge - the directory purge configuration
java.lang.Exception
public int updateDirectoryPurgeConfiguration(DirectoryPurgeConfiguration dirPurge)
throws java.lang.Exception
ContinuumService
updateDirectoryPurgeConfiguration in interface ContinuumServicedirPurge - the directory purge configuration
java.lang.Exception
public int removeDirectoryPurgeConfiguration(int dirPurgeId)
throws java.lang.Exception
ContinuumService
removeDirectoryPurgeConfiguration in interface ContinuumServicedirPurgeId - the directory purge configuration id
java.lang.Exception
public DirectoryPurgeConfiguration getDirectoryPurgeConfiguration(int dirPurgeId)
throws java.lang.Exception
ContinuumService
getDirectoryPurgeConfiguration in interface ContinuumServicedirPurgeId - the directory purge configuration id
java.lang.Exception
public java.util.List<DirectoryPurgeConfiguration> getAllDirectoryPurgeConfigurations()
throws java.lang.Exception
ContinuumService
getAllDirectoryPurgeConfigurations in interface ContinuumServicejava.lang.Exception
public void purgeLocalRepository(int repoPurgeId)
throws java.lang.Exception
purgeLocalRepository in interface ContinuumServicejava.lang.Exception
public void purgeDirectory(int dirPurgeId)
throws java.lang.Exception
purgeDirectory in interface ContinuumServicejava.lang.Exception
public LocalRepository addLocalRepository(LocalRepository repository)
throws java.lang.Exception
ContinuumService
addLocalRepository in interface ContinuumServicerepository - the local repository to add
java.lang.Exception
public int updateLocalRepository(LocalRepository repository)
throws java.lang.Exception
ContinuumService
updateLocalRepository in interface ContinuumServicerepository - the local repository to update
java.lang.Exception
public int removeLocalRepository(int repositoryId)
throws java.lang.Exception
ContinuumService
removeLocalRepository in interface ContinuumServicejava.lang.Exception
public LocalRepository getLocalRepository(int repositoryId)
throws java.lang.Exception
ContinuumService
getLocalRepository in interface ContinuumServicerepositoryId - the local repository id
java.lang.Exception
public java.util.List<LocalRepository> getAllLocalRepositories()
throws java.lang.Exception
ContinuumService
getAllLocalRepositories in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addAntProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
throws java.lang.Exception
ContinuumService
addAntProjectRPC in interface ContinuumServiceproject - The project to add. name, version and scm informations are required
java.lang.Exception
public 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
ContinuumService
addAntProjectRPC in interface ContinuumServiceproject - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public 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
ContinuumService
addBuildDefinitionToProjectGroupRPC in interface ContinuumServiceprojectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
public 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
ContinuumService
addBuildDefinitionToProjectRPC in interface ContinuumServiceprojectId - The project idbuildDef - The build defintion to update
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addMavenOneProjectRPC(java.lang.String url)
throws java.lang.Exception
ContinuumService
addMavenOneProjectRPC in interface ContinuumServiceurl - The POM url
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addMavenOneProjectRPC(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
ContinuumService
addMavenOneProjectRPC in interface ContinuumServiceurl - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addMavenTwoProjectRPC(java.lang.String url)
throws java.lang.Exception
ContinuumService
addMavenTwoProjectRPC in interface ContinuumServiceurl - The POM url
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addMavenTwoProjectRPC(java.lang.String url,
int projectGroupId)
throws java.lang.Exception
ContinuumService
addMavenTwoProjectRPC in interface ContinuumServiceurl - The POM urlprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public 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
ContinuumService
addProjectGroupRPC in interface ContinuumServicegroupName - The project group namegroupId - The project group iddescription - The project group description
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addScheduleRPC(java.util.Map<java.lang.String,java.lang.Object> schedule)
throws java.lang.Exception
ContinuumService
addScheduleRPC in interface ContinuumServiceschedule - The schedule
java.lang.Exception
public 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
ContinuumService
addShellProjectRPC in interface ContinuumServiceproject - The project to add. name, version and scm informations are requiredprojectGroupId - The id of the group where projects will be stored
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addShellProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
throws java.lang.Exception
ContinuumService
addShellProjectRPC in interface ContinuumServiceproject - The project to add. name, version and scm informations are required
java.lang.Exception
public java.util.List<java.lang.Object> getAllProjectGroupsRPC()
throws java.lang.Exception
ContinuumService
getAllProjectGroupsRPC in interface ContinuumServiceProjectGroupSummary as RPC value
java.lang.Exception
public java.util.List<java.lang.Object> getAllProjectGroupsWithAllDetailsRPC()
throws java.lang.Exception
ContinuumService
getAllProjectGroupsWithAllDetailsRPC in interface ContinuumServiceProjectGroup as RPC value
java.lang.Exception
public java.util.List<java.lang.Object> getBuildDefinitionTemplatesRPC()
throws java.lang.Exception
ContinuumService
getBuildDefinitionTemplatesRPC in interface ContinuumServicejava.lang.Exception
public java.util.List<java.lang.Object> getBuildDefinitionsForProjectGroupRPC(int projectGroupId)
throws java.lang.Exception
ContinuumService
getBuildDefinitionsForProjectGroupRPC in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public java.util.List<java.lang.Object> getBuildDefinitionsForProjectRPC(int projectId)
throws java.lang.Exception
ContinuumService
getBuildDefinitionsForProjectRPC in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getBuildResultRPC(int projectId,
int buildId)
throws java.lang.Exception
ContinuumService
getBuildResultRPC in interface ContinuumServiceprojectId - The project idbuildId - The build id
java.lang.Exception
public java.util.List<java.lang.Object> getBuildResultsForProjectRPC(int projectId)
throws java.lang.Exception
ContinuumService
getBuildResultsForProjectRPC in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getInstallationRPC(int installationId)
throws java.lang.Exception
ContinuumService
getInstallationRPC in interface ContinuumServiceinstallationId - The installation id
java.lang.Exception
public java.util.List<java.lang.Object> getInstallationsRPC()
throws java.lang.Exception
ContinuumService
getInstallationsRPC in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getLatestBuildResultRPC(int projectId)
throws java.lang.Exception
ContinuumService
getLatestBuildResultRPC in interface ContinuumServiceprojectId - The project id
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getProfileRPC(int profileId)
throws java.lang.Exception
ContinuumService
getProfileRPC in interface ContinuumServiceprofileId - The profile id
java.lang.Exception
public java.util.List<java.lang.Object> getProfilesRPC()
throws java.lang.Exception
ContinuumService
getProfilesRPC in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getProjectGroupSummaryRPC(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjectGroupSummaryRPC in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getProjectGroupWithProjectsRPC(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjectGroupWithProjectsRPC in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> updateProjectGroupRPC(java.util.Map<java.lang.String,java.lang.Object> projectGroup)
throws java.lang.Exception
ContinuumService
updateProjectGroupRPC in interface ContinuumServiceprojectGroup - The project group to update
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getProjectSummaryRPC(int projectId)
throws java.lang.Exception
ContinuumService
getProjectSummaryRPC in interface ContinuumServiceprojectId - the project id
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getProjectWithAllDetailsRPC(int projectId)
throws java.lang.Exception
ContinuumService
getProjectWithAllDetailsRPC in interface ContinuumServiceprojectId - the project id
java.lang.Exception
public java.util.List<java.lang.Object> getProjectsRPC(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjectsRPC in interface ContinuumServiceprojectGroupId - The project group Id
ProjectSummary as RPC value
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getScheduleRPC(int scheduleId)
throws java.lang.Exception
ContinuumService
getScheduleRPC in interface ContinuumServicescheduleId - The schedule id
java.lang.Exception
public java.util.List<java.lang.Object> getSchedulesRPC()
throws java.lang.Exception
ContinuumService
getSchedulesRPC in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getSystemConfigurationRPC()
throws java.lang.Exception
getSystemConfigurationRPC in interface ContinuumServicejava.lang.Exception
public int removeBuildResultRPC(java.util.Map<java.lang.String,java.lang.Object> br)
throws java.lang.Exception
ContinuumService
removeBuildResultRPC in interface ContinuumServicebr - The project build result
java.lang.Exception
public 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
ContinuumService
updateBuildDefinitionForProjectGroupRPC in interface ContinuumServiceprojectGroupId - The project group idbuildDef - The build defintion to update
java.lang.Exception
public 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
ContinuumService
updateBuildDefinitionForProjectRPC in interface ContinuumServiceprojectId - The project idbuildDef - The build defintion to update
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> updateProjectRPC(java.util.Map<java.lang.String,java.lang.Object> project)
throws java.lang.Exception
ContinuumService
updateProjectRPC in interface ContinuumServiceproject - The project to update
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> updateScheduleRPC(java.util.Map<java.lang.String,java.lang.Object> schedule)
throws java.lang.Exception
ContinuumService
updateScheduleRPC in interface ContinuumServiceschedule - The schedule
java.lang.Exception
public ProjectGroup getProjectGroup(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjectGroup in interface ContinuumServiceprojectGroupId - the id
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getProjectGroupRPC(int projectGroupId)
throws java.lang.Exception
ContinuumService
getProjectGroupRPC in interface ContinuumServiceprojectGroupId - the id
java.lang.Exception
public ProjectNotifier getGroupNotifier(int projectgroupid,
int notifierId)
throws java.lang.Exception
getGroupNotifier in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getGroupNotifierRPC(int projectgroupid,
int notifierId)
throws java.lang.Exception
getGroupNotifierRPC in interface ContinuumServicejava.lang.Exception
public ProjectNotifier getNotifier(int projectid,
int notifierId)
throws java.lang.Exception
getNotifier in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getNotifierRPC(int projectid,
int notifierId)
throws java.lang.Exception
getNotifierRPC in interface ContinuumServicejava.lang.Exception
public ProjectNotifier updateGroupNotifier(int projectgroupid,
ProjectNotifier newNotifier)
throws java.lang.Exception
updateGroupNotifier in interface ContinuumServicejava.lang.Exception
public 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
updateGroupNotifierRPC in interface ContinuumServicejava.lang.Exception
public ProjectNotifier updateNotifier(int projectid,
ProjectNotifier newNotifier)
throws java.lang.Exception
updateNotifier in interface ContinuumServicejava.lang.Exception
public 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
updateNotifierRPC in interface ContinuumServicejava.lang.Exception
public int removeGroupNotifier(int projectgroupid,
int notifierId)
throws java.lang.Exception
removeGroupNotifier in interface ContinuumServicejava.lang.Exception
public int removeNotifier(int projectid,
int notifierId)
throws java.lang.Exception
removeNotifier in interface ContinuumServicejava.lang.Exception
public ProjectNotifier addGroupNotifier(int projectgroupid,
ProjectNotifier newNotifier)
throws java.lang.Exception
addGroupNotifier in interface ContinuumServicejava.lang.Exception
public 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
addGroupNotifierRPC in interface ContinuumServicejava.lang.Exception
public ProjectNotifier addNotifier(int projectid,
ProjectNotifier newNotifier)
throws java.lang.Exception
addNotifier in interface ContinuumServicejava.lang.Exception
public 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
addNotifierRPC in interface ContinuumServicejava.lang.Exception
public Installation addInstallation(Installation installation)
throws java.lang.Exception
addInstallation in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addInstallationRPC(java.util.Map<java.lang.String,java.lang.Object> installation)
throws java.lang.Exception
addInstallationRPC in interface ContinuumServicejava.lang.Exception
public Profile addProfile(Profile profile)
throws java.lang.Exception
addProfile in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addProfileRPC(java.util.Map<java.lang.String,java.lang.Object> profile)
throws java.lang.Exception
addProfileRPC in interface ContinuumServicejava.lang.Exception
public int deleteInstallation(int installationId)
throws java.lang.Exception
deleteInstallation in interface ContinuumServicejava.lang.Exception
public int deleteProfile(int profileId)
throws java.lang.Exception
deleteProfile in interface ContinuumServicejava.lang.Exception
public int updateInstallation(Installation installation)
throws java.lang.Exception
updateInstallation in interface ContinuumServicejava.lang.Exception
public int updateInstallationRPC(java.util.Map<java.lang.String,java.lang.Object> installation)
throws java.lang.Exception
updateInstallationRPC in interface ContinuumServicejava.lang.Exception
public int updateProfile(Profile profile)
throws java.lang.Exception
updateProfile in interface ContinuumServicejava.lang.Exception
public int updateProfileRPC(java.util.Map<java.lang.String,java.lang.Object> profile)
throws java.lang.Exception
updateProfileRPC in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getReleaseResultRPC(int releaseId)
throws java.lang.Exception
ContinuumService
getReleaseResultRPC in interface ContinuumServicereleaseId - The release id
java.lang.Exception
public java.util.List<java.lang.Object> getReleaseResultsForProjectGroupRPC(int projectGroupId)
throws java.lang.Exception
ContinuumService
getReleaseResultsForProjectGroupRPC in interface ContinuumServiceprojectGroupId - The project group id
java.lang.Exception
public int removeReleaseResultRPC(java.util.Map<java.lang.String,java.lang.Object> rr)
throws java.lang.Exception
ContinuumService
removeReleaseResultRPC in interface ContinuumServicerr - The project release result
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addRepositoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> repoPurge)
throws java.lang.Exception
ContinuumService
addRepositoryPurgeConfigurationRPC in interface ContinuumServicerepoPurge - the repository purge configuration
java.lang.Exception
public int updateRepositoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> repoPurge)
throws java.lang.Exception
ContinuumService
updateRepositoryPurgeConfigurationRPC in interface ContinuumServicerepoPurge - the repository purge configuration
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getRepositoryPurgeConfigurationRPC(int repoPurgeId)
throws java.lang.Exception
ContinuumService
getRepositoryPurgeConfigurationRPC in interface ContinuumServicerepoPurgeId - the repository purge configuration id
java.lang.Exception
public java.util.List<java.lang.Object> getAllRepositoryPurgeConfigurationsRPC()
throws java.lang.Exception
ContinuumService
getAllRepositoryPurgeConfigurationsRPC in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addDirectoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> dirPurge)
throws java.lang.Exception
ContinuumService
addDirectoryPurgeConfigurationRPC in interface ContinuumServicedirPurge - the directory purge configuration
java.lang.Exception
public int updateDirectoryPurgeConfigurationRPC(java.util.Map<java.lang.String,java.lang.Object> dirPurge)
throws java.lang.Exception
ContinuumService
updateDirectoryPurgeConfigurationRPC in interface ContinuumServicedirPurge - the directory purge configuration
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getDirectoryPurgeConfigurationRPC(int dirPurgeId)
throws java.lang.Exception
ContinuumService
getDirectoryPurgeConfigurationRPC in interface ContinuumServicedirPurgeId - the directory purge configuration id
java.lang.Exception
public java.util.List<java.lang.Object> getAllDirectoryPurgeConfigurationsRPC()
throws java.lang.Exception
ContinuumService
getAllDirectoryPurgeConfigurationsRPC in interface ContinuumServicejava.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> addLocalRepositoryRPC(java.util.Map<java.lang.String,java.lang.Object> repository)
throws java.lang.Exception
ContinuumService
addLocalRepositoryRPC in interface ContinuumServicerepository - the local repository to add
java.lang.Exception
public int updateLocalRepositoryRPC(java.util.Map<java.lang.String,java.lang.Object> repository)
throws java.lang.Exception
ContinuumService
updateLocalRepositoryRPC in interface ContinuumServicerepository - the local repository to update
java.lang.Exception
public java.util.Map<java.lang.String,java.lang.Object> getLocalRepositoryRPC(int repositoryId)
throws java.lang.Exception
ContinuumService
getLocalRepositoryRPC in interface ContinuumServicejava.lang.Exception
public java.util.List<java.lang.Object> getAllLocalRepositoriesRPC()
throws java.lang.Exception
ContinuumService
getAllLocalRepositoriesRPC in interface ContinuumServicejava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||