Class ScannerJobProperty

    • Constructor Detail

      • ScannerJobProperty

        @DataBoundConstructor
        public ScannerJobProperty​(boolean doNotScan)
        Standard DataBound Constructor.
        Parameters:
        doNotScan - signal that builds of this job should not be scanned.
      • ScannerJobProperty

        public ScannerJobProperty()
        Default Constructor. Do not use unless you are a serializer!
    • Method Detail

      • isDoNotScan

        public boolean isDoNotScan()
        The value. True turns the scanner off.
        Returns:
        if no scan should be done.
      • getJobAction

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public Action getJobAction​(Job<?,​?> job)
        Overrides:
        getJobAction in class JobProperty<Job<?,​?>>
      • createAggregator

        public hudson.matrix.MatrixAggregator createAggregator​(hudson.matrix.MatrixBuild build,
                                                               Launcher launcher,
                                                               BuildListener listener)
        Specified by:
        createAggregator in interface hudson.matrix.MatrixAggregatable