Class SecretGuardGlobalConfiguration

java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
io.jenkins.plugins.secretguard.config.SecretGuardGlobalConfiguration
All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, Loadable, OnMaster

@Extension public class SecretGuardGlobalConfiguration extends GlobalConfiguration
  • Constructor Details

    • SecretGuardGlobalConfiguration

      public SecretGuardGlobalConfiguration()
  • Method Details

    • get

      public static SecretGuardGlobalConfiguration get()
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<GlobalConfiguration>
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      @DataBoundSetter public void setEnabled(boolean enabled)
    • getEnforcementMode

      public EnforcementMode getEnforcementMode()
    • setEnforcementMode

      @DataBoundSetter public void setEnforcementMode(EnforcementMode enforcementMode)
    • getBlockThreshold

      public Severity getBlockThreshold()
    • setBlockThreshold

      @DataBoundSetter public void setBlockThreshold(Severity blockThreshold)
    • getRuleIdAllowList

      public String getRuleIdAllowList()
    • setRuleIdAllowList

      @DataBoundSetter public void setRuleIdAllowList(String ruleIdAllowList)
    • getJobAllowList

      public String getJobAllowList()
    • setJobAllowList

      @DataBoundSetter public void setJobAllowList(String jobAllowList)
    • getFieldNameAllowList

      public String getFieldNameAllowList()
    • setFieldNameAllowList

      @DataBoundSetter public void setFieldNameAllowList(String fieldNameAllowList)
    • getExemptions

      public String getExemptions()
    • setExemptions

      @DataBoundSetter public void setExemptions(String exemptions)
    • getRuleIdAllowListEntries

      public List<String> getRuleIdAllowListEntries()
    • getJobAllowListEntries

      public List<String> getJobAllowListEntries()
    • getFieldNameAllowListEntries

      public List<String> getFieldNameAllowListEntries()
    • getExemptionEntries

      public List<String> getExemptionEntries()
    • doCheckExemptions

      @POST public FormValidation doCheckExemptions(@QueryParameter String value)