Package com.atlassian.jira.cloud.jenkins.buildinfo.client.model


@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault package com.atlassian.jira.cloud.jenkins.buildinfo.client.model
  • Classes
    Class
    Description
    When a build is submitted via the API, the response includes the list of accepted builds (which will appear in the respective Jira issue view), rejected builds (with appropriated reason on why it was not accepted), unknown issue keys (which are not present in the configured Jira Cloud site)
    Unique combination of builds (i.e pipeline ID and build number) that is used in representing both accepted and rejected builds
    This represents the payload for the API request to submit list of builds
    Commit represents the changes contained in the build
    Includes the necessary info representing a build that has completed.
     
    The reference to the repository the commits are contained
    Represents the commit and the repository it is present in.
    Any builds that were rejected when submitting to the API.
    Represents the test info.