Uses of Class
it.com.atlassian.mywork.Rest

Packages that use Rest
com.atlassian.mywork.rest   
it.com.atlassian.mywork   
it.com.atlassian.mywork.confluence   
it.com.atlassian.mywork.jira   
 

Uses of Rest in com.atlassian.mywork.rest
 

Methods in com.atlassian.mywork.rest that return Rest
 Rest RestTestClient.getRest()
           
 

Uses of Rest in it.com.atlassian.mywork
 

Methods in it.com.atlassian.mywork that return Rest
 Rest Rest.setUser(java.lang.String username, java.lang.String password)
           
 

Methods in it.com.atlassian.mywork with parameters of type Rest
static void TestUtil.addConfluenceUser(Rest rest, java.lang.String username, java.lang.String password)
           
static void TestUtil.addJiraUser(Rest rest, java.lang.String username, java.lang.String password)
           
 

Constructors in it.com.atlassian.mywork with parameters of type Rest
InlineTaskRest(Rest rest)
           
 

Uses of Rest in it.com.atlassian.mywork.confluence
 

Fields in it.com.atlassian.mywork.confluence declared as Rest
 Rest AbstractConfluenceTest.Data.rest
           
 

Methods in it.com.atlassian.mywork.confluence that return Rest
 Rest AbstractConfluenceTest.Data.getHostRest()
           
 

Methods in it.com.atlassian.mywork.confluence with parameters of type Rest
protected  void AbstractConfluenceTest.unwatch(Rest rest, com.atlassian.confluence.it.AbstractPageEntity entity)
           
protected  void AbstractConfluenceTest.watch(Rest rest, com.atlassian.confluence.it.Page entity)
           
 

Uses of Rest in it.com.atlassian.mywork.jira
 

Methods in it.com.atlassian.mywork.jira with parameters of type Rest
protected static void JiraAcceptanceTest.addSmtpServer(Rest rest)
           
protected static void JiraAcceptanceTest.setSelfNotification(Rest rest, boolean notify)
           
 

Constructors in it.com.atlassian.mywork.jira with parameters of type Rest
JiraAcceptanceTest.IssueClient(Rest rest)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.