Class NotificationContext
java.lang.Object
org.jenkinsci.plugins.stashNotifier.NotificationContext
Properties from the build where this is running.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAnything logged here will show up in the running build's console log.getRunId()
This is theRun.getExternalizableId()
from the running build, useful for detailed server-side logging (such as through slf4j).
-
Constructor Details
-
NotificationContext
-
-
Method Details
-
getLogger
Anything logged here will show up in the running build's console log.- Returns:
- handle to build's log
-
getRunId
This is theRun.getExternalizableId()
from the running build, useful for detailed server-side logging (such as through slf4j).- Returns:
- build's id
-