NOTE:

this plugin has no configuration options as they are all retrieved from JiraConfig under the JiraConfig section of your aftconfig.json file

Hierarchy

  • PolicyPlugin
    • JiraPolicyPlugin

Constructors

Properties

_api: JiraApi
_enabled: boolean

Accessors

  • get aftCfg(): AftConfig
  • Returns AftConfig

  • get aftLogger(): AftLogger
  • Returns AftLogger

Methods

  • function will find a Jira Issue by searching for references to a supplied Test ID and if found will return true if the JiraIssue is not open, otherwise false. if no JiraIssue is found then true is returned

    Parameters

    • testId: string

      the Test ID used to search for references to within the Jira Issues

    Returns Promise<ProcessingResult<boolean>>

Generated using TypeDoc