org.jenkinsci.jira_scraper
Class JiraScraper
java.lang.Object
org.jenkinsci.jira_scraper.JiraScraper
public class JiraScraper
- extends Object
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraScraper
public JiraScraper()
createComponent
public void createComponent(String projectId,
String subcomponent,
String owner)
throws IOException,
SAXException,
org.dom4j.DocumentException
- JIRA doesn't have the SOAP API to create a component, so we need to do this via a HTTP POST and page scraping.
- Throws:
IOException
SAXException
org.dom4j.DocumentException
setDefaultAssignee
public void setDefaultAssignee(String projectId,
String component,
JiraScraper.DefaultAssignee assignee)
throws Exception
- Throws:
Exception
createAuthenticatedSession
public com.gargoylesoftware.htmlunit.WebClient createAuthenticatedSession()
throws org.dom4j.DocumentException,
IOException,
SAXException
- Creates a conversation that's already logged in as the current user.
- Throws:
org.dom4j.DocumentException
IOException
SAXException
Copyright © 2004-2011. All Rights Reserved.