Interface WorkflowApi

  • All Superinterfaces:
    ApiService

    @Path("/api/v1/workflows")
    @Consumes("application/json")
    @Produces("application/json")
    public interface WorkflowApi
    extends ApiService
    • Method Detail

      • serviceName

        default java.lang.String serviceName()
        Specified by:
        serviceName in interface ApiService
      • searchWorkflows

        @POST
        org.springframework.data.domain.Page<com.xebialabs.xlrelease.view.WorkflowOverview> searchWorkflows​(com.xebialabs.xlrelease.api.v1.filter.WorkflowFilters workflowFilters,
                                                                                                            @DefaultValue("0") @QueryParam("page")
                                                                                                            int page,
                                                                                                            @DefaultValue("100") @QueryParam("resultsPerPage")
                                                                                                            int resultsPerPage)