org.pentaho.di.ui.spoon.trans
Class StepPerformanceSnapShotDialog
java.lang.Object
Dialog
org.pentaho.di.ui.spoon.trans.StepPerformanceSnapShotDialog
public class StepPerformanceSnapShotDialog
- extends Dialog
StepPerformanceSnapShotDialog
public StepPerformanceSnapShotDialog(Shell parent,
String title,
Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots,
long timeDifference)
open
public void open()
getShell
public Shell getShell()
- Returns:
- the shell
setShell
public void setShell(Shell shell)
- Parameters:
shell
- the shell to set
getStepPerformanceSnapShots
public Map<String,List<StepPerformanceSnapShot>> getStepPerformanceSnapShots()
- Returns:
- the stepPerformanceSnapShots
setStepPerformanceSnapShots
public void setStepPerformanceSnapShots(Map<String,List<StepPerformanceSnapShot>> stepPerformanceSnapShots)
- Parameters:
stepPerformanceSnapShots
- the stepPerformanceSnapShots to set