Skip to content

Commit

Permalink
pipeline symbol for TextFinderModel
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkoo committed Apr 11, 2019
1 parent 469d1d5 commit ba2ecf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/hudson/plugins/textfinder/TextFinderModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import java.io.Serializable;
import java.util.regex.Pattern;
import java.util.regex.PatternSyntaxException;
import org.jenkinsci.Symbol;
import org.kohsuke.stapler.DataBoundConstructor;

public final class TextFinderModel extends AbstractDescribableImpl<TextFinderModel>
Expand Down Expand Up @@ -68,6 +69,7 @@ public boolean isAlsoCheckConsoleOutput() {
return alsoCheckConsoleOutput;
}

@Symbol("finder")
@Extension
public static class DescriptorImpl extends Descriptor<TextFinderModel> {
@Override
Expand Down

0 comments on commit ba2ecf1

Please sign in to comment.