java.lang.Object
io.jenkins.plugins.propelo.commons.models.blue_ocean.Cause

public class Cause extends Object
  • Constructor Details

    • Cause

      public Cause()
  • Method Details

    • getShortDescription

      public String getShortDescription()
    • setShortDescription

      public void setShortDescription(String shortDescription)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getUpstreamBuild

      public Long getUpstreamBuild()
    • setUpstreamBuild

      public void setUpstreamBuild(Long upstreamBuild)
    • getUpstreamProject

      public String getUpstreamProject()
    • setUpstreamProject

      public void setUpstreamProject(String upstreamProject)
    • getUpstreamUrl

      public String getUpstreamUrl()
    • setUpstreamUrl

      public void setUpstreamUrl(String upstreamUrl)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object