SelfTrigger
final class SelfTrigger extends IssueTrigger (View source)
Methods
bool
isSelf()
Your own code triggers an issue in your own code.
bool
isIndirect()
Third-party code triggers an issue either in your own code or in third-party code.
from
IssueTrigger
string
asString()
No description
Details
static TestTrigger
test()
No description
static SelfTrigger
self()
No description
static DirectTrigger
direct()
No description
static IndirectTrigger
indirect()
No description
static UnknownTrigger
unknown()
No description
bool
isTest()
Your test code triggers an issue.
bool
isSelf()
Your own code triggers an issue in your own code.
bool
isDirect()
Your own code triggers an issue in third-party code.
bool
isIndirect()
Third-party code triggers an issue either in your own code or in third-party code.
bool
isUnknown()
No description
string
asString()
No description