You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Marc Jansen Tan Chua (JIRA)" <ji...@codehaus.org> on 2010/12/16 07:57:57 UTC

[jira] Created: (CONTINUUM-2599) Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations

Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations
------------------------------------------------------------------------------------------

                 Key: CONTINUUM-2599
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2599
             Project: Continuum
          Issue Type: Improvement
          Components: XMLRPC Interface
    Affects Versions: 1.4.1 (Beta)
            Reporter: Marc Jansen Tan Chua
            Priority: Minor


Currently, Continuum XMLRPC can only retrieve the Installations in Continuum Master.

Make Continuum XMLRPC able to fetch individual Build Agent's Installations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (CONTINUUM-2599) Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan reassigned CONTINUUM-2599:
----------------------------------------------

    Assignee: Maria Catherine Tan

> Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations
> ------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2599
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2599
>             Project: Continuum
>          Issue Type: Improvement
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.1 (Beta)
>            Reporter: Marc Jansen Tan Chua
>            Assignee: Maria Catherine Tan
>            Priority: Minor
>         Attachments: CONTINUUM-2599.patch
>
>
> Currently, Continuum XMLRPC can only retrieve the Installations in Continuum Master.
> Make Continuum XMLRPC able to fetch individual Build Agent's Installations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-2599) Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations

Posted by "Marc Jansen Tan Chua (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Jansen Tan Chua updated CONTINUUM-2599:
--------------------------------------------

    Attachment: CONTINUUM-2599.patch

Attached is the patch for CONTINUUM-2599

Added two new ContinuumService methods; these methods can retrieve installations from build agents by their respective URL's.

Implemented the two new methods(of ContinuumService) in ContinuumServiceImpl and ContinuumXmlRpcClient.

Tested these methods using the SampleClient in Continuum.

Did not include the test codes used during testing in SampleClient because configuration may vary for connecting to a build agent.

> Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations
> ------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2599
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2599
>             Project: Continuum
>          Issue Type: Improvement
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.1 (Beta)
>            Reporter: Marc Jansen Tan Chua
>            Priority: Minor
>         Attachments: CONTINUUM-2599.patch
>
>
> Currently, Continuum XMLRPC can only retrieve the Installations in Continuum Master.
> Make Continuum XMLRPC able to fetch individual Build Agent's Installations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2599) Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations

Posted by "Marc Jansen Tan Chua (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248687#action_248687 ] 

Marc Jansen Tan Chua commented on CONTINUUM-2599:
-------------------------------------------------

Current workaround to get Build Agent's installation is by directly using the Build Agent Web Service. The purpose of centralizing the Web Service in Continuum Master is to cater for extensibility in Continuum Master communicating with Build Agents.

> Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations
> ------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2599
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2599
>             Project: Continuum
>          Issue Type: Improvement
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.1 (Beta)
>            Reporter: Marc Jansen Tan Chua
>            Priority: Minor
>
> Currently, Continuum XMLRPC can only retrieve the Installations in Continuum Master.
> Make Continuum XMLRPC able to fetch individual Build Agent's Installations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-2599) Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan closed CONTINUUM-2599.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.1 (Beta)

Fixed in r1054534

Thanks Marc!

> Ability for Continuum XMLRPC to be able to retrieve Individual Build Agent's Installations
> ------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2599
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2599
>             Project: Continuum
>          Issue Type: Improvement
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.1 (Beta)
>            Reporter: Marc Jansen Tan Chua
>            Assignee: Maria Catherine Tan
>            Priority: Minor
>             Fix For: 1.4.1 (Beta)
>
>         Attachments: CONTINUUM-2599.patch
>
>
> Currently, Continuum XMLRPC can only retrieve the Installations in Continuum Master.
> Make Continuum XMLRPC able to fetch individual Build Agent's Installations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira