Class GenerateOnDemandContent

java.lang.Object
com.cloudbees.jenkins.support.api.Content
com.cloudbees.jenkins.support.api.GenerateOnDemandContent
Direct Known Subclasses:
PrintedContent

public abstract class GenerateOnDemandContent extends Content
Content that is generated when required.
Author:
Stephen Connolly
  • Constructor Details

    • GenerateOnDemandContent

      public GenerateOnDemandContent(String name)
    • GenerateOnDemandContent

      public GenerateOnDemandContent(String name, String... filterableParameters)
  • Method Details