Class GenericCause

java.lang.Object
hudson.model.Cause
org.jenkinsci.plugins.gwt.GenericCause

public class GenericCause extends Cause
  • Constructor Details

    • GenericCause

      public GenericCause(String postContent, Map<String,String> resolvedVariables, boolean printContributedVariables, boolean printPostContent, String cause)
  • Method Details

    • isPrintContributedVariables

      public boolean isPrintContributedVariables()
    • isPrintPostContent

      public boolean isPrintPostContent()
    • setPostContentPrinted

      public void setPostContentPrinted(boolean postContentPrinted)
    • isPostContentPrinted

      public boolean isPostContentPrinted()
    • getResolvedVariables

      public Map<String,String> getResolvedVariables()
    • getPostContent

      public String getPostContent()
    • getShortDescription

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