com.atlassian.jira.dev.backdoor.applinks
Class TestHostApplicationResource

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.applinks.TestHostApplicationResource

public class TestHostApplicationResource
extends Object

This resource is used for exercising JIRA's InternalHostApplication implementation without going through the web UI.

Since:
v4.3

Constructor Summary
TestHostApplicationResource(com.atlassian.applinks.host.spi.InternalHostApplication hostApplication)
           
 
Method Summary
 String getDocumentationBaseUrl()
           
 EntityList getLocalEntities()
           
 String getName()
           
 Iterable<Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider>> getSupportedInboundAuthenticationTypes()
           
 Iterable<Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider>> getSupportedOutboundAuthenticationTypes()
           
 com.atlassian.jira.dev.backdoor.applinks.AppTypeBean getType()
           
 String hasPublicSignup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHostApplicationResource

public TestHostApplicationResource(com.atlassian.applinks.host.spi.InternalHostApplication hostApplication)
Method Detail

getDocumentationBaseUrl

public String getDocumentationBaseUrl()

getName

public String getName()

getType

public com.atlassian.jira.dev.backdoor.applinks.AppTypeBean getType()

getSupportedInboundAuthenticationTypes

public Iterable<Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider>> getSupportedInboundAuthenticationTypes()

getSupportedOutboundAuthenticationTypes

public Iterable<Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider>> getSupportedOutboundAuthenticationTypes()

getLocalEntities

public EntityList getLocalEntities()

hasPublicSignup

public String hasPublicSignup()


Copyright © 2002-2013 Atlassian. All Rights Reserved.