Class RemoteVersionLinkResource

java.lang.Object
com.atlassian.jira.rest.v2.entity.AbstractRemoteEntityLinkResource<Version,RemoteVersionLink>
com.atlassian.jira.rest.v2.issue.version.RemoteVersionLinkResource

public class RemoteVersionLinkResource extends AbstractRemoteEntityLinkResource<Version,RemoteVersionLink>
Responsible for handling REST calls relating to remote issue links.
Since:
Jira REST v6.5.1 (in Jira 6.1.1)
  • Constructor Details

  • Method Details

    • getRemoteVersionLink

      public jakarta.ws.rs.core.Response getRemoteVersionLink(long versionId, String globalId)
    • getRemoteVersionLinksByVersionId

      public jakarta.ws.rs.core.Response getRemoteVersionLinksByVersionId(long versionId)
    • getRemoteVersionLinksByGlobalId

      public jakarta.ws.rs.core.Response getRemoteVersionLinksByGlobalId(String globalId)
    • putRemoteVersionLink

      public jakarta.ws.rs.core.Response putRemoteVersionLink(long versionId, String globalId, String json)
    • deleteRemoteVersionLinksByVersionId

      public jakarta.ws.rs.core.Response deleteRemoteVersionLinksByVersionId(long versionId)
    • deleteRemoteVersionLink

      public jakarta.ws.rs.core.Response deleteRemoteVersionLink(long versionId, String globalId)
    • createSelfLink

      protected URI createSelfLink(RemoteVersionLink link)
      Description copied from class: AbstractRemoteEntityLinkResource
      Forms the self URI for a link.
      Specified by:
      createSelfLink in class AbstractRemoteEntityLinkResource<Version,RemoteVersionLink>
      Parameters:
      link - the link to be rendered as a URI
      Returns:
      the self URI for the link