public interface StubTrigger
Modifier and Type | Method and Description |
---|---|
Map<String,Collection<String>> |
labels()
Returns a mapping of ivy notation of a dependency to all the labels it has.
|
boolean |
trigger()
Triggers all possible events.
|
boolean |
trigger(String labelName)
Triggers an event by a given label.
|
boolean |
trigger(String ivyNotation,
String labelName)
Triggers an event by a given label for a given
groupid:artifactid notation. |
boolean trigger(String ivyNotation, String labelName)
groupid:artifactid
notation.
You can use only artifactId
too.
Feature related to messaging.boolean trigger(String labelName)
boolean trigger()
Map<String,Collection<String>> labels()
Copyright © 2016–2019 Spring. All rights reserved.