public class DiagnosticLoaderJobTest extends DiagnosticTask
| Constructor and Description |
|---|
DiagnosticLoaderJobTest(String theJobName,
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType theGrouperLoaderType)
construct with source id
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doTask()
The actual task for the sublass to populate.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
retrieveName()
should be alphaNumeric in camelcase (for config file)
|
String |
retrieveNameFriendly()
friendly name to display on screen
|
appendFailureTextLine, appendSuccessTextLine, executeTask, ignoringDiagnostic, retrieveFailureText, retrieveSuccessTextpublic DiagnosticLoaderJobTest(String theJobName, edu.internet2.middleware.grouper.app.loader.GrouperLoaderType theGrouperLoaderType)
theJobName - theGrouperLoaderType - public boolean equals(Object obj)
equals in class DiagnosticTaskpublic int hashCode()
hashCode in class DiagnosticTaskprotected boolean doTask()
DiagnosticTaskdoTask in class DiagnosticTaskDiagnosticTask.doTask()public String retrieveName()
DiagnosticTaskretrieveName in class DiagnosticTaskDiagnosticTask.retrieveName()public String retrieveNameFriendly()
DiagnosticTaskretrieveNameFriendly in class DiagnosticTaskDiagnosticTask.retrieveNameFriendly()Copyright © 2016 Internet2. All rights reserved.