- BlockBuild - Class in org.jenkinsci.plugins.blockbuildfinalproject
-
Contains the main functionality that checks if a build should be blocked.
- BlockBuild(AbstractProject<?, ?>) - Constructor for class org.jenkinsci.plugins.blockbuildfinalproject.BlockBuild
-
Constructor
- BlockBuildItemListener - Class in org.jenkinsci.plugins.blockbuildfinalproject
-
Listens for the onDeleted and onRenamed events.
- BlockBuildItemListener() - Constructor for class org.jenkinsci.plugins.blockbuildfinalproject.BlockBuildItemListener
-
- BlockBuildJobProperty - Class in org.jenkinsci.plugins.blockbuildfinalproject
-
BlockBuildJobProperty is an immutable class that holds the project properties for this plugin.
- BlockBuildJobProperty(boolean, String, boolean, String) - Constructor for class org.jenkinsci.plugins.blockbuildfinalproject.BlockBuildJobProperty
-
DataBoundConstruct
Created by Jenkins to store the properties for this plugin.
- BlockBuildJobProperty(boolean, List<String>, boolean, List<String>) - Constructor for class org.jenkinsci.plugins.blockbuildfinalproject.BlockBuildJobProperty
-
Constructor
Similar to the DataBoundConstructor, but takes a List instead of a string for the final projects.
- BlockBuildJobProperty() - Constructor for class org.jenkinsci.plugins.blockbuildfinalproject.BlockBuildJobProperty
-
Default Constructor
- BlockBuildJobProperty.DescriptorImpl - Class in org.jenkinsci.plugins.blockbuildfinalproject
-
Provides autocompletion and validation for the project textbox fields.
- BlockBuildQueueTaskDispatcher - Class in org.jenkinsci.plugins.blockbuildfinalproject
-
Lists for the canRun event using QueueTaskDispatcher.
- BlockBuildQueueTaskDispatcher() - Constructor for class org.jenkinsci.plugins.blockbuildfinalproject.BlockBuildQueueTaskDispatcher
-