Class PipelineTriggerProperty.DescriptorImpl

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    PipelineTriggerProperty

    @Extension
    public static class PipelineTriggerProperty.DescriptorImpl
    extends com.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor
    See Also:
    AbstractFolderPropertyDescriptor
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getDisplayName

        @Nonnull
        public String getDisplayName()
        Overrides:
        getDisplayName in class Descriptor<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
        Returns:
        Property Name
        See Also:
        AbstractFolderPropertyDescriptor
      • isApplicable

        public boolean isApplicable​(Class<? extends com.cloudbees.hudson.plugins.folder.AbstractFolder> containerType)
        Return true if calling class is MultiBranchProject
        Overrides:
        isApplicable in class com.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor
        Parameters:
        containerType - See AbstractFolder
        Returns:
        boolean
        See Also:
        AbstractFolderPropertyDescriptor
      • doAutoCompleteCreateActionJobsToTrigger

        public AutoCompletionCandidates doAutoCompleteCreateActionJobsToTrigger​(@QueryParameter
                                                                                String value)
        Auto complete methods @createActionJobsToTrigger field.
        Parameters:
        value - Value to search in Job Full Names
        Returns:
        AutoCompletionCandidates
      • doAutoCompleteDeleteActionJobsToTrigger

        public AutoCompletionCandidates doAutoCompleteDeleteActionJobsToTrigger​(@QueryParameter
                                                                                String value)
        Auto complete methods @deleteActionJobsToTrigger field.
        Parameters:
        value - Value to search in Job Full Namesif
        Returns:
        AutoCompletionCandidates
      • doAutoCompleteActionJobsToTriggerOnRunDelete

        public AutoCompletionCandidates doAutoCompleteActionJobsToTriggerOnRunDelete​(@QueryParameter
                                                                                     String value)
        Auto complete methods @deleteActionJobsToTrigger field.
        Parameters:
        value - Value to search in Job Full Namesif
        Returns:
        AutoCompletionCandidates