| Modifier and Type | Required Element and Description | 
|---|---|
String | 
description
The description of the check. 
 | 
String | 
name
Get the name of the check. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
CheckConditions[] | 
conditions
All conditions of the check that should be (ALL) on true to run 
 | 
boolean | 
ignoreCancel
This is for everytime check. 
 | 
public abstract String name
public abstract String description
public abstract CheckConditions[] conditions