org.pentaho.di.trans.steps.autodoc
Class JobInformation
java.lang.Object
org.pentaho.di.trans.steps.autodoc.JobInformation
public class JobInformation
- extends Object
getInstance
public static final JobInformation getInstance()
init
public static final void init(Repository repository)
getImage
public BufferedImage getImage(ReportSubjectLocation location)
throws KettleException
- Throws:
KettleException
getJobMeta
public JobMeta getJobMeta(ReportSubjectLocation location)
throws KettleException
- Throws:
KettleException
drawImage
public void drawImage(Graphics2D g2d,
Rectangle2D rectangle2d,
ReportSubjectLocation location,
boolean pixelateImages)
throws KettleException
- Throws:
KettleException