@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-08-08T11:26:03.709Z[Etc/UTC]") @Validated public interface ItfStubsRequestControllerApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<TriggerSampleDto>> |
getAllActiveAndErrorTriggersByProject(@NotNull @Valid UUID projectUuid)
GET /trigger/all/reactivate : getAllActiveAndErrorTriggersByProject
|
org.springframework.http.ResponseEntity<List<TriggerSampleDto>> |
getAllActiveTriggers()
GET /trigger/all/active : getAllActiveTriggers
|
org.springframework.http.ResponseEntity<List<TriggerSampleDto>> |
getAllTriggersByProject(@NotNull @Valid UUID projectUuid)
GET /trigger/all : getAllTriggersByProject
|
org.springframework.http.ResponseEntity<TriggerSampleDto> |
getTriggerById(BigInteger id)
GET /trigger/{id} : getTriggerById
|
org.springframework.http.ResponseEntity<List<EnvironmentSampleDto>> |
getTriggersByEnvFolder(BigInteger id)
GET /trigger/environment/folder/{id} : getTriggersByEnvFolder
|
org.springframework.http.ResponseEntity<EnvironmentSampleDto> |
getTriggersByEnvironment(BigInteger id)
GET /trigger/environmentId/{id} : getTriggersByEnvironment
|
org.springframework.http.ResponseEntity<ResultDto> |
updateTriggerStatus(@Valid UIUpdateTriggerStatusDto uiUpdateTriggerStatusDto)
PATCH /trigger : updateTriggerStatus
|
@RequestMapping(method=GET,
value="/trigger/all/reactivate",
produces="application/json")
org.springframework.http.ResponseEntity<List<TriggerSampleDto>> getAllActiveAndErrorTriggersByProject(@NotNull @Valid @RequestParam(value="projectUuid",required=true)
@NotNull @Valid UUID projectUuid)
projectUuid - projectUuid (required)@RequestMapping(method=GET,
value="/trigger/all/active",
produces="application/json")
org.springframework.http.ResponseEntity<List<TriggerSampleDto>> getAllActiveTriggers()
@RequestMapping(method=GET,
value="/trigger/all",
produces="application/json")
org.springframework.http.ResponseEntity<List<TriggerSampleDto>> getAllTriggersByProject(@NotNull @Valid @RequestParam(value="projectUuid",required=true)
@NotNull @Valid UUID projectUuid)
projectUuid - projectUuid (required)@RequestMapping(method=GET,
value="/trigger/{id}",
produces="application/json")
org.springframework.http.ResponseEntity<TriggerSampleDto> getTriggerById(@PathVariable(value="id")
BigInteger id)
id - id (required)@RequestMapping(method=GET,
value="/trigger/environment/folder/{id}",
produces="application/json")
org.springframework.http.ResponseEntity<List<EnvironmentSampleDto>> getTriggersByEnvFolder(@PathVariable(value="id")
BigInteger id)
id - envFolderId (required)@RequestMapping(method=GET,
value="/trigger/environmentId/{id}",
produces="application/json")
org.springframework.http.ResponseEntity<EnvironmentSampleDto> getTriggersByEnvironment(@PathVariable(value="id")
BigInteger id)
id - environmentId (required)@RequestMapping(method=PATCH,
value="/trigger",
produces="application/json",
consumes="application/json")
org.springframework.http.ResponseEntity<ResultDto> updateTriggerStatus(@Valid @RequestBody
@Valid UIUpdateTriggerStatusDto uiUpdateTriggerStatusDto)
uiUpdateTriggerStatusDto - (required)Copyright © 2025. All rights reserved.