Class ProjectReference

    • Constructor Detail

      • ProjectReference

        @DataBoundConstructor
        public ProjectReference​(String targetJob,
                                int parameterPriority,
                                int buildWrapperPriority,
                                int builderPriority,
                                int publisherPriority,
                                int miscPriority)
      • ProjectReference

        public ProjectReference​(String targetJob,
                                int priority)
        Usability constructor, in case all priorities are identical
        Parameters:
        targetJob - the job this reference points to
        priority - the default priority for inheritance of all properties
    • Method Detail

      • getParameterPriority

        public int getParameterPriority()
      • getBuildWrapperPriority

        public int getBuildWrapperPriority()
      • getBuilderPriority

        public int getBuilderPriority()
      • getPublisherPriority

        public int getPublisherPriority()
      • getMiscPriority

        public int getMiscPriority()