Class JobResultDisplayInfo

java.lang.Object
io.jenkins.plugins.remote.result.trigger.model.JobResultDisplayInfo

public class JobResultDisplayInfo extends Object
Author:
heweisc@dingtalk.com
  • Constructor Details

    • JobResultDisplayInfo

      public JobResultDisplayInfo()
  • Method Details

    • getRemoteJobUrl

      public String getRemoteJobUrl()
    • setRemoteJobUrl

      public void setRemoteJobUrl(String remoteJobUrl)
    • getResult

      public String getResult()
    • setResult

      public void setResult(String result)
    • getResultJson

      public String getResultJson()
    • setResultJson

      public void setResultJson(String resultJson)
    • getBuildUrl

      public String getBuildUrl()
    • setBuildUrl

      public void setBuildUrl(String buildUrl)