public class TestHostApplicationResource extends Object
Constructor and Description |
---|
TestHostApplicationResource(com.atlassian.applinks.host.spi.InternalHostApplication hostApplication) |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentationBaseUrl() |
com.atlassian.jira.testkit.beans.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.testkit.beans.AppTypeBean |
getType() |
String |
hasPublicSignup() |
public TestHostApplicationResource(com.atlassian.applinks.host.spi.InternalHostApplication hostApplication)
public String getDocumentationBaseUrl()
public String getName()
public com.atlassian.jira.testkit.beans.AppTypeBean getType()
public Iterable<Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider>> getSupportedInboundAuthenticationTypes()
public Iterable<Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider>> getSupportedOutboundAuthenticationTypes()
public com.atlassian.jira.testkit.beans.EntityList getLocalEntities()
public String hasPublicSignup()
Copyright © 2002-2018 Atlassian. All Rights Reserved.