Class GitLabPushTrigger.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillTriggerOpenMergeRequestOnPushItems

        public ListBoxModel doFillTriggerOpenMergeRequestOnPushItems​(@QueryParameter
                                                                     String triggerOpenMergeRequestOnPush)
      • doAutoCompleteIncludeBranchesSpec

        public AutoCompletionCandidates doAutoCompleteIncludeBranchesSpec​(@AncestorInPath
                                                                          Job<?,​?> job,
                                                                          @QueryParameter
                                                                          String value)
      • doAutoCompleteExcludeBranchesSpec

        public AutoCompletionCandidates doAutoCompleteExcludeBranchesSpec​(@AncestorInPath
                                                                          Job<?,​?> job,
                                                                          @QueryParameter
                                                                          String value)
      • doCheckIncludeBranchesSpec

        public FormValidation doCheckIncludeBranchesSpec​(@AncestorInPath
                                                         Job<?,​?> project,
                                                         @QueryParameter
                                                         String value)
      • doCheckExcludeBranchesSpec

        public FormValidation doCheckExcludeBranchesSpec​(@AncestorInPath
                                                         Job<?,​?> project,
                                                         @QueryParameter
                                                         String value)
      • doAutoCompleteIncludeMergeRequestLabels

        public AutoCompletionCandidates doAutoCompleteIncludeMergeRequestLabels​(@AncestorInPath
                                                                                Job<?,​?> job,
                                                                                @QueryParameter
                                                                                String value)
      • doAutoCompleteExcludeMergeRequestLabels

        public AutoCompletionCandidates doAutoCompleteExcludeMergeRequestLabels​(@AncestorInPath
                                                                                Job<?,​?> job,
                                                                                @QueryParameter
                                                                                String value)
      • doCheckIncludeMergeRequestLabels

        public FormValidation doCheckIncludeMergeRequestLabels​(@AncestorInPath
                                                               Job<?,​?> project,
                                                               @QueryParameter
                                                               String value)
      • doCheckExcludeMergeRequestLabels

        public FormValidation doCheckExcludeMergeRequestLabels​(@AncestorInPath
                                                               Job<?,​?> project,
                                                               @QueryParameter
                                                               String value)
      • doGenerateSecretToken

        public void doGenerateSecretToken​(@AncestorInPath
                                          Job<?,​?> project,
                                          org.kohsuke.stapler.StaplerResponse response)
      • doClearSecretToken

        public void doClearSecretToken​(@AncestorInPath
                                       Job<?,​?> project,
                                       org.kohsuke.stapler.StaplerResponse response)