Class TestHostApplicationResource

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

@Path("applinks") @Produces("application/json") 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 Details

    • TestHostApplicationResource

      @Inject public TestHostApplicationResource(com.atlassian.applinks.host.spi.InternalHostApplication hostApplication)
  • Method Details

    • getDocumentationBaseUrl

      @GET @Path("getDocumentationBaseUrl") public String getDocumentationBaseUrl()
    • getName

      @GET @Path("getName") public String getName()
    • getType

      @GET @Path("getType") public com.atlassian.jira.testkit.beans.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

      @GET @Path("getLocalEntities") public com.atlassian.jira.testkit.beans.EntityList getLocalEntities()
    • hasPublicSignup

      @GET @Path("hasPublicSignup") public String hasPublicSignup()