Class TruncatedContent

java.lang.Object
com.cloudbees.jenkins.support.api.Content
com.cloudbees.jenkins.support.api.TruncatedContent

public abstract class TruncatedContent extends Content
Content added to the support bundle that should be truncated.
Since:
2.26
Author:
schristou88
  • Constructor Details

    • TruncatedContent

      public TruncatedContent(String name)
    • TruncatedContent

      public TruncatedContent(String name, int maxSize)
    • TruncatedContent

      public TruncatedContent(String name, String... filterableParameters)
    • TruncatedContent

      public TruncatedContent(String name, String[] filterableParameters, int maxSize)
  • Method Details