Class ArtifactUploader

    • Constructor Detail

      • ArtifactUploader

        @DataBoundConstructor
        public ArtifactUploader​(String[] pregEx,
                                boolean fTip,
                                boolean fMerge,
                                String part,
                                boolean fAsSlave,
                                String patternType,
                                String[] pAnt,
                                String[] pregExExc,
                                String[] pAntExc)
    • Method Detail

      • getPatternsRegEx

        public String[] getPatternsRegEx()
        Gets the patterns to upload.
      • getPatternsAnt

        public String[] getPatternsAnt()
        Gets the patterns to upload.
      • getPatternsRegExExc

        public String[] getPatternsRegExExc()
        Gets the patterns to exclude from upload.
      • getPatternsAntExc

        public String[] getPatternsAntExc()
        Gets the patterns to exclude from upload.
      • getPatternsExc

        public String[] getPatternsExc()
        Gets the patterns to exclude from upload.
      • getPatterns

        public String[] getPatterns()
        Gets the patterns to upload.
      • getOwningPart

        public String getOwningPart()
        Gets the owning part name.
      • getPatternType

        public String getPatternType()
        Gets the pattern type name.
      • isForceCheckIn

        public boolean isForceCheckIn()
        Gets force checkin flag.
        Returns:
        forceCheckIn
      • isForceTip

        public boolean isForceTip()
        Gets force merge flag.
      • isForceAsSlave

        public boolean isForceAsSlave()
        Gets force as slave flag.