Package org.pentaho.di.core.database
Class DatabaseTestResults
- java.lang.Object
-
- org.pentaho.di.core.database.DatabaseTestResults
-
public class DatabaseTestResults extends Object
Created by ddiroma on 5/10/2018.
-
-
Constructor Summary
Constructors Constructor Description DatabaseTestResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
String
getMessage()
boolean
isSuccess()
void
setException(Exception exception)
void
setMessage(String message)
void
setSuccess(boolean success)
-