org.jenkinsci.plugins.StashBranchParameter
Class StashConnector
java.lang.Object
org.jenkinsci.plugins.StashBranchParameter.StashConnector
public class StashConnector
- extends Object
Created by erwin on 24/03/14.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StashConnector
public StashConnector(String stashApiUrl,
String username,
String password)
throws MalformedURLException
- Throws:
MalformedURLException
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.