java.lang.Object
hudson.model.Cause
org.jenkinsci.plugins.electricflow.causes.EFCause

@ExportedBean public class EFCause extends Cause
  • Field Details

    • flowRuntimeId

      @Exported public String flowRuntimeId
    • projectName

      @Exported public String projectName
    • releaseName

      @Exported public String releaseName
    • flowRuntimeStateId

      @Exported public String flowRuntimeStateId
    • stageName

      @Exported public String stageName
  • Constructor Details

    • EFCause

      public EFCause()
  • Method Details

    • getFlowRuntimeId

      public String getFlowRuntimeId()
    • setFlowRuntimeId

      public void setFlowRuntimeId(String flowRuntimeId)
    • getProjectName

      public String getProjectName()
    • setProjectName

      public void setProjectName(String projectName)
    • getReleaseName

      public String getReleaseName()
    • setReleaseName

      public void setReleaseName(String releaseName)
    • getFlowRuntimeStateId

      public String getFlowRuntimeStateId()
    • setFlowRuntimeStateId

      public void setFlowRuntimeStateId(String flowRuntimeStateId)
    • getStageName

      public String getStageName()
    • setStageName

      public void setStageName(String stageName)
    • getShortDescription

      public String getShortDescription()
      Specified by:
      getShortDescription in class Cause
    • getLaunchedByText

      public String getLaunchedByText()