| Methods in org.mule.devkit.generation.api.gatherer with parameters of type DevkitNotification |
void |
NotificationGatherer.error(Identifiable element,
DevkitNotification error,
Object... args)
|
void |
NotificationGatherer.errorAll(List<? extends Identifiable> elements,
DevkitNotification error,
Object... args)
|
void |
NotificationGatherer.note(Identifiable element,
DevkitNotification error,
Object... args)
|
void |
NotificationGatherer.noteAll(List<? extends Identifiable> elements,
DevkitNotification error,
Object... args)
|
void |
NotificationGatherer.warn(Identifiable element,
DevkitNotification error,
Object... args)
|
void |
NotificationGatherer.warnAll(List<? extends Identifiable> elements,
DevkitNotification error,
Object... args)
|