public interface DocumentProcessingContext
Modifier and Type | Method and Description |
---|---|
void |
debug(ProcessableDocument doc,
int code,
java.lang.String message,
java.lang.Throwable t)
Log a debug information when processing this document.
|
void |
error(ProcessableDocument doc,
int code,
java.lang.String message,
java.lang.Throwable t)
Log an error when processing this document.
|
java.lang.String |
getCurrentBuildGroup()
Get the current job associated buildGroup name
|
exa.io2.fs.WormFS |
getCurrentBuildGroupWormFS()
Get the current
WormFS associated with the build group. |
java.lang.String |
getCurrentDataModel()
Get the current job associated dataModel name
|
java.lang.String |
getCurrentPipeline()
Get the current job associated pipeline name
|
void |
info(ProcessableDocument doc,
int code,
java.lang.String message,
java.lang.Throwable t)
Log an information when processing this document.
|
boolean |
isTesting()
Returns true if the pipeline is under test, false otherwise.
|
boolean |
shouldContinueOnError() |
void |
warn(ProcessableDocument doc,
int code,
java.lang.String message,
java.lang.Throwable t)
Log a warning when processing this document.
|
void info(ProcessableDocument doc, int code, java.lang.String message, java.lang.Throwable t)
void warn(ProcessableDocument doc, int code, java.lang.String message, java.lang.Throwable t)
void debug(ProcessableDocument doc, int code, java.lang.String message, java.lang.Throwable t)
void error(ProcessableDocument doc, int code, java.lang.String message, java.lang.Throwable t)
boolean shouldContinueOnError()
java.lang.String getCurrentBuildGroup()
java.lang.String getCurrentDataModel()
java.lang.String getCurrentPipeline()
exa.io2.fs.WormFS getCurrentBuildGroupWormFS()
WormFS
associated with the build group.WormFS
associated with the build group.boolean isTesting()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.