Class ChangeLogIssueKeyExtractor
java.lang.Object
com.atlassian.jira.cloud.jenkins.deploymentinfo.service.ChangeLogIssueKeyExtractor
- All Implemented Interfaces:
IssueKeyExtractor
Parses the change log from the current build and extracts the issue keys from the commit
messages. It also tries to extract from squashed commits.
-
Field Summary
Fields inherited from interface com.atlassian.jira.cloud.jenkins.common.service.IssueKeyExtractor
ISSUE_KEY_MAX_LIMIT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionextractIssueKeys
(org.jenkinsci.plugins.workflow.job.WorkflowRun workflowRun, PipelineLogger pipelineLogger)
-
Constructor Details
-
ChangeLogIssueKeyExtractor
public ChangeLogIssueKeyExtractor()
-
-
Method Details
-
extractIssueKeys
public Set<String> extractIssueKeys(org.jenkinsci.plugins.workflow.job.WorkflowRun workflowRun, PipelineLogger pipelineLogger) - Specified by:
extractIssueKeys
in interfaceIssueKeyExtractor
-