Class ChangeSetConditional

    • Constructor Detail

      • ChangeSetConditional

        @DataBoundConstructor
        public ChangeSetConditional​(String pattern)
    • Method Detail

      • isCaseSensitive

        public boolean isCaseSensitive()
      • getPattern

        public String getPattern()
      • setComparator

        @DataBoundSetter
        public void setComparator​(String comparator)
      • setCaseSensitive

        @DataBoundSetter
        public void setCaseSensitive​(boolean caseSensitive)
      • changeSetMatches

        public boolean changeSetMatches​(ChangeLogSet.Entry change,
                                        String pattern,
                                        boolean caseSensitive)