Class JiraXrayRepositoryServices
- java.lang.Object
-
- step.framework.server.AbstractServices<step.core.access.User>
-
- step.core.deployment.AbstractStepServices
-
- step.repositories.jira.xray.service.JiraXrayRepositoryServices
-
@Singleton @Path("repositories/jira-xray") public class JiraXrayRepositoryServices extends step.core.deployment.AbstractStepServices
-
-
Constructor Summary
Constructors Constructor Description JiraXrayRepositoryServices()
-
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
-
-
-
-
Method Detail
-
init
@PostConstruct public void init() throws java.lang.Exception
- Overrides:
init
in classstep.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)
-
-