com.atlassian.jira.dev.backdoor.applinks
Class TestHostApplicationResource
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestHostApplicationResource
public TestHostApplicationResource(com.atlassian.applinks.host.spi.InternalHostApplication hostApplication)
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-2011 Atlassian. All Rights Reserved.