org.jenkinsci.plugins.StashBranchParameter
Class StashConnector

java.lang.Object
  extended by org.jenkinsci.plugins.StashBranchParameter.StashConnector

public class StashConnector
extends Object

Created by erwin on 24/03/14.


Constructor Summary
StashConnector(String stashApiUrl, String username, String password)
           
 
Method Summary
 Map<String,String> getBranches(String project, String repo)
           
 List<String> getProjects()
           
 Map<String,List<String>> getRepositories()
           
 Map<String,String> getTags(String project, String repo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StashConnector

public StashConnector(String stashApiUrl,
                      String username,
                      String password)
               throws MalformedURLException
Throws:
MalformedURLException
Method Detail

getBranches

public Map<String,String> getBranches(String project,
                                      String repo)

getTags

public Map<String,String> getTags(String project,
                                  String repo)

getProjects

public List<String> getProjects()

getRepositories

public Map<String,List<String>> getRepositories()


Copyright © 2004-2014. All Rights Reserved.