Class P4Step.DescriptorImpl

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

    @Extension(optional=true)
    @Symbol("p4sync")
    public static final class P4Step.DescriptorImpl
    extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep.SCMStepDescriptor
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillCredentialItems

        public ListBoxModel doFillCredentialItems​(@AncestorInPath
                                                  Item project,
                                                  @QueryParameter
                                                  String credential)
        A list of Perforce credential items
        Parameters:
        project - Jenkins Item
        credential - Perforce Credential
        Returns:
        A list of Perforce credential items to populate the jelly Select list.
      • doCheckCredential

        public FormValidation doCheckCredential​(@AncestorInPath
                                                Item project,
                                                @QueryParameter
                                                String value)
      • doFillCharsetItems

        public ListBoxModel doFillCharsetItems()
      • getFunctionName

        public String getFunctionName()
        Specified by:
        getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor