Class library. EquavilencyPCheck
source · [−]Constructors
sourceconstructor
constructor
sourcenew (id: any, producer: Producer, targetContent: string): EquavilencyPCheck
new (id: any, producer: Producer, targetContent: string): EquavilencyPCheck
All elements have an id associated to encourage short unique ids for all elements.
Properties
sourcestate
state
sourcestate: ElementState = ElementState.Inactive
state: ElementState = ElementState.Inactive
Current state of the element.
Methods
sourcesetDescription
setDescription
source(description: string): EquavilencyPCheck
(description: string): EquavilencyPCheck
sourcesetFailureInfo
setFailureInfo
source(failureInfo: string): EquavilencyPCheck
(failureInfo: string): EquavilencyPCheck
sourcesetInverted
setInverted
source(inverted?: boolean): EquavilencyPCheck
(inverted?: boolean): EquavilencyPCheck
Invert the results. For example if the check is to check if a package is installed inverting it will make sure is not.
sourcesetRemediation
setRemediation
source(remediation: Script): EquavilencyPCheck
(remediation: Script): EquavilencyPCheck
Set remediation to run on apply mode.