Class JiraXrayRepositoryServices


  • @Singleton
    @Path("repositories/jira-xray")
    public class JiraXrayRepositoryServices
    extends step.core.deployment.AbstractStepServices
    • Field Summary

      • Fields inherited from class step.core.deployment.AbstractStepServices

        configuration, SESSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String execute​(ExecuteRequest request)  
      void init()  
      java.lang.String prepare​(PrepareRequest request)  
      java.lang.String status()  
      • Methods inherited from class step.core.deployment.AbstractStepServices

        checkRightsOnBehalfOf, getAuthorizationManager, getContext, getExecutionRunnable, getObjectEnricher, getObjectFilter, getScheduler
      • Methods inherited from class step.framework.server.AbstractServices

        getAbstractContext, getHttpSession, getSession, getSession, invalidateSession, setHttpServletRequest, setSession
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JiraXrayRepositoryServices

        public JiraXrayRepositoryServices()
    • Method Detail

      • init

        @PostConstruct
        public void init()
                  throws java.lang.Exception
        Overrides:
        init in class step.core.deployment.AbstractStepServices
        Throws:
        java.lang.Exception
      • status

        @GET
        @Path("/status")
        @Produces("text/plain")
        public java.lang.String status()
      • prepare

        @POST
        @Path("/prepare")
        @Consumes("application/json")
        @Produces("text/plain")
        public java.lang.String prepare​(PrepareRequest request)
      • execute

        @POST
        @Path("/execute")
        @Consumes("application/json")
        @Produces("text/plain")
        public java.lang.String execute​(ExecuteRequest request)