BuildProcessReportProgress Method

This method has two overloads.

Overload List

ReportProgress(String, Object) This is used to report progress during the build process within the current step
ReportProgress(BuildStep, String, Object) This is used to report progress during the build process and possibly update the current step

See Also