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()
           
 Map<String,String> getTags()
           
 
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()

getTags

public Map<String,String> getTags()


Copyright © 2004-2014. All Rights Reserved.