Class PipelineLogger
java.lang.Object
com.atlassian.jira.cloud.jenkins.logging.PipelineLogger
A logger that logs output into the Jenkins pipeline logs. A Jenkins user can view these logs
during or after a pipeline run to analyze any potential errors.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PipelineLogger
- Parameters:
taskLogger
- a PrintStream that points to the Jenkins pipeline logs. SeeTaskListener.getLogger()
.
-
-
Method Details
-
noopInstance
-
warn
-
warn
-
info
-
error
-
debug
-