Interface IfWebHare
interface IfWebHare {
dtapStages?: DtapStage[];
envVars?: string[];
ifModules?: string[];
not?: IfWebHare1[];
serverNames?: string[];
whVersion?: string;
}
dtapStages?: DtapStage[];
envVars?: string[];
ifModules?: string[];
not?: IfWebHare1[];
serverNames?: string[];
whVersion?: string;
}
Index
Properties
Properties
Optional
dtap Stages
dtapStages?: DtapStage[]
DTAP stages to which the rule applies
Optional
env Vars
envVars?: string[]
Only apply if the environment variable is set
Optional
if Modules
ifModules?: string[]
Only apply if the specific modules are installed
Optional
not
not?: IfWebHare1[]
Specifies as set of restrictions of which neither should be met
Optional
server Names
serverNames?: string[]
Restrict to specific servers (by server name)
Optional
wh Version
whVersion?: string
WebHare version to apply the rule to
Restrict hook to specific installations or versions