Class BitbucketBuildStatus

java.lang.Object
com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus

public class BitbucketBuildStatus extends Object
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getBuildNumber

      public String getBuildNumber()
    • getDescription

      public String getDescription()
    • getDuration

      @Nullable public Long getDuration()
    • getKey

      public String getKey()
    • getName

      public String getName()
    • getParent

      @Nullable public String getParent()
    • getRef

      @Nullable public String getRef()
    • getState

      public String getState()
    • getTestResults

      @Nullable public TestResults getTestResults()
    • getUrl

      public String getUrl()