Class TriggerController
java.lang.Object
org.springframework.cloud.contract.stubrunner.server.TriggerController
@RestController
@RequestMapping(value="/triggers",
produces="application/json")
public class TriggerController
extends Object
- Author:
- Marcin Grzejszczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlabels()org.springframework.http.ResponseEntity<Map<String,Collection<String>>> org.springframework.http.ResponseEntity<Map<String,Collection<String>>> triggerByArtifact(String ivyNotation, String label)
-
Constructor Details
-
TriggerController
-
-
Method Details
-
trigger
@PostMapping("/{label:.*}") public org.springframework.http.ResponseEntity<Map<String,Collection<String>>> trigger(@PathVariable String label) -
triggerByArtifact
-
labels
-