Path Lines of Code example-adminSshCommand/pom.xml 58 example-adminSshCommand/src/main/java/com/googlesource/gerrit/plugins/examples/adminsshcommand/AdminExampleCapability.java 9 example-adminSshCommand/src/main/java/com/googlesource/gerrit/plugins/examples/adminsshcommand/AdminExampleCommand.java 24 example-adminSshCommand/src/main/java/com/googlesource/gerrit/plugins/examples/adminsshcommand/SshModule.java 8 example-adminSshCommand/src/main/resources/Documentation/about.md 1 example-adminSshCommand/src/main/resources/Documentation/cmd-admin.md 29 example-changeHasOperator/pom.xml 58 example-changeHasOperator/src/main/java/com/googlesource/gerrit/plugins/examples/changehasoperator/Module.java 12 example-changeHasOperator/src/main/java/com/googlesource/gerrit/plugins/examples/changehasoperator/SampleHasOperand.java 27 example-changeHasOperator/src/main/resources/Documentation/about.md 1 example-changeHasOperator/src/main/resources/Documentation/change-search-operators.md 8 example-changeOperator/pom.xml 58 example-changeOperator/src/main/java/com/googlesource/gerrit/plugins/examples/changeoperator/Module.java 12 example-changeOperator/src/main/java/com/googlesource/gerrit/plugins/examples/changeoperator/SampleOperator.java 31 example-changeOperator/src/main/resources/Documentation/about.md 1 example-changeOperator/src/main/resources/Documentation/change-search-operators.md 8 example-changeQueryAttributes/pom.xml 59 example-changeQueryAttributes/src/main/java/com/googlesource/gerrit/plugins/examples/changequeryattributes/AttributeFactory.java 37 example-changeQueryAttributes/src/main/java/com/googlesource/gerrit/plugins/examples/changequeryattributes/Module.java 24 example-changeQueryAttributes/src/main/resources/Documentation/about.md 1 example-commitValidator/pom.xml 58 example-commitValidator/src/main/java/com/googlesource/gerrit/plugins/examples/commitvalidator/CommitValidator.java 20 example-commitValidator/src/main/java/com/googlesource/gerrit/plugins/examples/commitvalidator/Module.java 10 example-commitValidator/src/main/resources/Documentation/about.md 1 example-consoleMetricReporter/pom.xml 58 example-consoleMetricReporter/src/main/java/com/googlesource/gerrit/plugins/examples/consolemetricreporter/ConsoleMetricReporter.java 43 example-consoleMetricReporter/src/main/java/com/googlesource/gerrit/plugins/examples/consolemetricreporter/Module.java 10 example-consoleMetricReporter/src/main/resources/Documentation/about.md 1 example-deployedOnIncludedInExtension/pom.xml 59 example-deployedOnIncludedInExtension/src/main/java/com/googlesource/gerrit/plugins/examples/deployedonincludedinextension/DeployedOnIncludedInExtension.java 21 example-deployedOnIncludedInExtension/src/main/java/com/googlesource/gerrit/plugins/examples/deployedonincludedinextension/Module.java 10 example-deployedOnIncludedInExtension/src/main/resources/Documentation/about.md 2 example-polyCssStyle/README.md 11 example-restApiCommandOption/pom.xml 58 example-restApiCommandOption/src/main/java/com/googlesource/gerrit/plugins/examples/restapicommandoption/HttpModule.java 26 example-restApiCommandOption/src/main/resources/Documentation/about.md 1 example-restApiCommandOption/src/main/resources/Documentation/rest-api-GET.md 27 example-restApiGetRevision/pom.xml 58 example-restApiGetRevision/src/main/java/com/googlesource/gerrit/plugins/examples/restapigetrevision/Greetings.java 26 example-restApiGetRevision/src/main/java/com/googlesource/gerrit/plugins/examples/restapigetrevision/Module.java 16 example-restApiGetRevision/src/main/resources/Documentation/about.md 1 example-restApiGetRevision/src/main/resources/Documentation/rest-api-GET-hello-revision.md 44 example-restApiPostProject/pom.xml 58 example-restApiPostProject/src/main/java/com/googlesource/gerrit/plugins/examples/restapipostproject/HelloProjectAction.java 53 example-restApiPostProject/src/main/java/com/googlesource/gerrit/plugins/examples/restapipostproject/Module.java 16 example-restApiPostProject/src/main/resources/Documentation/about.md 1 example-restApiPostProject/src/main/resources/Documentation/rest-api-POST-hello-project.md 38 example-restApiPostRevision/pom.xml 58 example-restApiPostRevision/src/main/java/com/googlesource/gerrit/plugins/examples/restapipostrevision/HelloRevisionAction.java 44 example-restApiPostRevision/src/main/java/com/googlesource/gerrit/plugins/examples/restapipostrevision/Module.java 16 example-restApiPostRevision/src/main/resources/Documentation/about.md 1 example-restApiPostRevision/src/main/resources/Documentation/rest-api-POST-hello-revision.md 39 example-servlet/pom.xml 58 example-servlet/src/main/java/com/googlesource/gerrit/plugins/examples/servlet/HelloWorldServlet.java 35 example-servlet/src/main/java/com/googlesource/gerrit/plugins/examples/servlet/HttpModule.java 8 example-servlet/src/main/resources/Documentation/about.md 1 example-servlet/src/main/resources/Documentation/servlet-hello.md 20 example-simpleSshCommand/pom.xml 58 example-simpleSshCommand/src/main/java/com/googlesource/gerrit/plugins/examples/simplesshcommand/PrintHelloWorldCommand.java 17 example-simpleSshCommand/src/main/java/com/googlesource/gerrit/plugins/examples/simplesshcommand/SshModule.java 8 example-simpleSshCommand/src/main/resources/Documentation/about.md 1 example-simpleSshCommand/src/main/resources/Documentation/cmd-print.md 42 example-sshAndRestCommandOptionBeanParseListener/pom.xml 60 example-sshAndRestCommandOptionBeanParseListener/src/main/java/com/googlesource/gerrit/plugins/examples/sshandrestcommandoptionbeanparselistener/Modules.java 55 example-sshAndRestCommandOptionBeanParseListener/src/main/resources/Documentation/about.md 3 example-sshCommandAlias/pom.xml 58 example-sshCommandAlias/src/main/java/com/googlesource/gerrit/plugins/examples/sshcommandalias/PrintHelloWorldCommand.java 17 example-sshCommandAlias/src/main/java/com/googlesource/gerrit/plugins/examples/sshcommandalias/SshModule.java 9 example-sshCommandAlias/src/main/resources/Documentation/about.md 1 example-sshCommandDelegateDynamicBean/pom.xml 59 example-sshCommandDelegateDynamicBean/src/main/java/com/googlesource/gerrit/plugins/examples/adminsshcommand/AdminExampleCapability.java 9 example-sshCommandDelegateDynamicBean/src/main/java/com/googlesource/gerrit/plugins/examples/adminsshcommand/AdminExampleCommand.java 24 example-sshCommandDelegateDynamicBean/src/main/java/com/googlesource/gerrit/plugins/examples/sshcommanddelegatedynamicbean/AdminExampleCapability.java 9 example-sshCommandDelegateDynamicBean/src/main/java/com/googlesource/gerrit/plugins/examples/sshcommanddelegatedynamicbean/AdminExampleOptions.java 29 example-sshCommandDelegateDynamicBean/src/main/java/com/googlesource/gerrit/plugins/examples/sshcommanddelegatedynamicbean/SshModule.java 13 example-sshCommandDelegateDynamicBean/src/main/resources/Documentation/about.md 1 example-sshCommandOption/pom.xml 58 example-sshCommandOption/src/main/java/com/googlesource/gerrit/plugins/examples/sshcommandoption/SshModule.java 26 example-sshCommandOption/src/main/resources/Documentation/about.md 1 example-sshCommandOption/src/main/resources/Documentation/cmd-gerrit-ban-commit.md 36 example-topMenu/pom.xml 58 example-topMenu/src/main/java/com/googlesource/gerrit/plugins/examples/topmenu/HelloTopMenu.java 28 example-topMenu/src/main/java/com/googlesource/gerrit/plugins/examples/topmenu/Module.java 10 example-topMenu/src/main/resources/Documentation/about.md 1 example-usageDataLogger/pom.xml 58 example-usageDataLogger/src/main/java/com/googlesource/gerrit/plugins/examples/usagedatalogger/Module.java 10 example-usageDataLogger/src/main/java/com/googlesource/gerrit/plugins/examples/usagedatalogger/UsageDataLogger.java 22 example-usageDataLogger/src/main/resources/Documentation/about.md 1 example-validationListenerAssignee/pom.xml 58 example-validationListenerAssignee/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerassignee/AssigneeValidator.java 32 example-validationListenerAssignee/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerassignee/Module.java 10 example-validationListenerAssignee/src/main/resources/Documentation/about.md 1 example-validationListenerCommit/pom.xml 58 example-validationListenerCommit/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenercommit/CommitValidator.java 20 example-validationListenerCommit/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenercommit/Module.java 10 example-validationListenerCommit/src/main/resources/Documentation/about.md 1 example-validationListenerHashtag/pom.xml 58 example-validationListenerHashtag/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerhashtag/HashtagValidator.java 24 example-validationListenerHashtag/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerhashtag/Module.java 10 example-validationListenerHashtag/src/main/resources/Documentation/about.md 1 example-validationListenerMerge/pom.xml 58 example-validationListenerMerge/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenermerge/MergeUserValidator.java 36 example-validationListenerMerge/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenermerge/Module.java 10 example-validationListenerMerge/src/main/resources/Documentation/about.md 1 example-validationListenerNewProjectCreated/pom.xml 59 example-validationListenerNewProjectCreated/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenernewprojectcreated/Module.java 10 example-validationListenerNewProjectCreated/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenernewprojectcreated/ProjectCreatedListener.java 22 example-validationListenerNewProjectCreated/src/main/resources/Documentation/about.md 1 example-validationListenerRefOperation/pom.xml 59 example-validationListenerRefOperation/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerrefoperation/Module.java 11 example-validationListenerRefOperation/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerrefoperation/RefOperationValidationExample.java 31 example-validationListenerRefOperation/src/main/resources/Documentation/about.md 1 example-validationListenerUpload/pom.xml 58 example-validationListenerUpload/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerupload/DenyUploadExample.java 29 example-validationListenerUpload/src/main/java/com/googlesource/gerrit/plugins/examples/validationlistenerupload/Module.java 10 example-validationListenerUpload/src/main/resources/Documentation/about.md 1 example-webLinkBranch/pom.xml 58 example-webLinkBranch/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkbranch/HelloWeblink.java 16 example-webLinkBranch/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkbranch/Module.java 10 example-webLinkBranch/src/main/resources/Documentation/about.md 1 example-webLinkFileHistory/pom.xml 58 example-webLinkFileHistory/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkfilehistory/HelloWeblink.java 18 example-webLinkFileHistory/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkfilehistory/Module.java 10 example-webLinkFileHistory/src/main/resources/Documentation/about.md 1 example-webLinkPatchSet/pom.xml 58 example-webLinkPatchSet/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkpatchset/HelloWeblink.java 17 example-webLinkPatchSet/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkpatchset/Module.java 10 example-webLinkPatchSet/src/main/resources/Documentation/about.md 1 example-webLinkProject/pom.xml 58 example-webLinkProject/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkproject/HelloWeblink.java 13 example-webLinkProject/src/main/java/com/googlesource/gerrit/plugins/examples/weblinkproject/Module.java 10 example-webLinkProject/src/main/resources/Documentation/about.md 1 pom.xml 42