Class BitbucketPullRequestValue.Links

java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links
Enclosing class:
BitbucketPullRequestValue

public static class BitbucketPullRequestValue.Links extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Links(String link)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links.Html
     
    void
    setHtml(com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links.Html html)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Links

      public Links()
    • Links

      public Links(String link)
  • Method Details

    • getHtml

      public com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links.Html getHtml()
    • setHtml

      public void setHtml(com.cloudbees.jenkins.plugins.bitbucket.client.pullrequest.BitbucketPullRequestValue.Links.Html html)