Package com.atlassian.jira.dev.backdoor
Class VelocityDataBackdoor
java.lang.Object
com.atlassian.jira.dev.backdoor.VelocityDataBackdoor
@Path("velocityData")
@Produces("application/json")
public class VelocityDataBackdoor
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityDataBackdoor(VelocityRequestContextFactory velocityRequestContextFactory, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.Response
-
Constructor Details
-
VelocityDataBackdoor
@Inject public VelocityDataBackdoor(VelocityRequestContextFactory velocityRequestContextFactory, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
getVelocityContext
@GET @Path("velocityContext") public jakarta.ws.rs.core.Response getVelocityContext() -
getAllowlistIntrospectorStatus
@GET @Path("allowlistIntrospectorStatus") public jakarta.ws.rs.core.Response getAllowlistIntrospectorStatus()
-