Class GrouperFailsafe
java.lang.Object
edu.internet2.middleware.grouper.misc.GrouperFailsafe
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assignApproveNextRun
(String name) static void
assignFailed
(String jobName) assign an failure to this jobstatic void
assignSuccess
(String jobName) assign a success to this jobstatic void
make sure a row exists for this job namestatic boolean
isApproved
(String name) see if this failsafe is approvedstatic boolean
isFailsafeIssue
(String name) see if there is a failsafe issue last run (might be approved)static void
static void
removeFailure
(String jobName) remove failure from this jobget all job names where not approved and needs approval
-
Constructor Details
-
GrouperFailsafe
public GrouperFailsafe()
-
-
Method Details
-
main
-
isApproved
see if this failsafe is approved- Parameters:
name
-- Returns:
- true if this failsafe is approved
-
isFailsafeIssue
see if there is a failsafe issue last run (might be approved)- Parameters:
name
-- Returns:
- true if this failsafe is approved
-
insertRow
make sure a row exists for this job name- Parameters:
name
-
-
assignApproveNextRun
- Parameters:
name
-
-
assignSuccess
assign a success to this job- Parameters:
jobName
-
-
removeFailure
remove failure from this job- Parameters:
jobName
-
-
assignFailed
assign an failure to this job- Parameters:
jobName
-
-
retrieveJobNamesNeedApprovalNotApproved
get all job names where not approved and needs approval- Returns:
- job names
-