Class FolderConfigurations
java.lang.Object
hudson.model.AbstractDescribableImpl<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<com.cloudbees.hudson.plugins.folder.AbstractFolder<?>>
io.jenkins.plugins.shared_library_version_override.FolderConfigurations
- All Implemented Interfaces:
ExtensionPoint,Describable<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>,ReconfigurableDescribable<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
public class FolderConfigurations
extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<com.cloudbees.hudson.plugins.folder.AbstractFolder<?>>
A class that holds a list of overrides configurations for a folder
- Author:
- Cyril Pottiers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSimulate a new LibraryResolver prior to global resolverstatic classDescriptor class.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class com.cloudbees.hudson.plugins.folder.AbstractFolderProperty
owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the overrides configurations added to the foldervoidAdds a bunch of overrides configurations to the folderMethods inherited from class com.cloudbees.hudson.plugins.folder.AbstractFolderProperty
getDescriptor, getHealthMetrics, getHealthReports, getItemContainerOverrides, getOwner, reconfigure, setOwner
-
Constructor Details
-
FolderConfigurations
@DataBoundConstructor public FolderConfigurations()
-
-
Method Details
-
getOverrides
Returns the overrides configurations added to the folder- Returns:
- The list of overrides configurations added to the folder
-
setOverrides
Adds a bunch of overrides configurations to the folder- Parameters:
items- The list of overrides configurations to be added to the folder
-