com.jenkins.plugins.rally.connector
Class RallyConnector

java.lang.Object
  extended by com.jenkins.plugins.rally.connector.RallyConnector

public class RallyConnector
extends Object


Field Summary
static String APPLICATION_NAME
           
static String RALLY_URL
           
static String WSAPI_VERSION
           
 
Constructor Summary
RallyConnector(String userName, String password, String workspace, String project, String scmuri, String scmRepoName, String proxy)
           
 
Method Summary
 void closeConnection()
           
 boolean updateRallyChangeSet(RallyDetailsDTO rdto)
           
 boolean updateRallyTaskDetails(RallyDetailsDTO rdto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RALLY_URL

public static final String RALLY_URL
See Also:
Constant Field Values

APPLICATION_NAME

public static final String APPLICATION_NAME
See Also:
Constant Field Values

WSAPI_VERSION

public static final String WSAPI_VERSION
See Also:
Constant Field Values
Constructor Detail

RallyConnector

public RallyConnector(String userName,
                      String password,
                      String workspace,
                      String project,
                      String scmuri,
                      String scmRepoName,
                      String proxy)
               throws URISyntaxException
Throws:
URISyntaxException
Method Detail

closeConnection

public void closeConnection()
                     throws IOException
Throws:
IOException

updateRallyChangeSet

public boolean updateRallyChangeSet(RallyDetailsDTO rdto)
                             throws IOException
Throws:
IOException

updateRallyTaskDetails

public boolean updateRallyTaskDetails(RallyDetailsDTO rdto)
                               throws IOException
Throws:
IOException


Copyright © 2004-2014. All Rights Reserved.