Interface DeploymentVersionLinkedJiraIssueDao

    • Method Detail

      • findJiraIssueLinksForDeploymentVersion

        @NotNull
        @NotNull List<MutableDeploymentVersionLinkedJiraIssue> findJiraIssueLinksForDeploymentVersion​(long deploymentVersionId)
        Parameters:
        deploymentVersionId -
        Returns:
        list of all JIRA issues associated with a deployment version
      • findJiraIssueKeysForProject

        @NotNull
        @NotNull List<String> findJiraIssueKeysForProject​(long deploymentProjectId)
        Parameters:
        deploymentProjectId -
        Returns:
        list of all JIRA issue keys associated with a project
      • getJiraIssueCountForDeploymentVersion

        int getJiraIssueCountForDeploymentVersion​(long deploymentVersionId)
        Parameters:
        deploymentVersionId -
        Returns:
        count of all JIRA issues associated with a deployment version