public class FolderProperties<C extends com.cloudbees.hudson.plugins.folder.AbstractFolder<?>>
extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<com.cloudbees.hudson.plugins.folder.AbstractFolder<?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
FolderProperties.DescriptorImpl
Descriptor class.
|
| Constructor and Description |
|---|
FolderProperties()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringProperty[] |
getProperties()
Returns the properties added to the project folder.
|
com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?> |
reconfigure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject formData) |
void |
setProperties(StringProperty[] properties)
Adds a bunch of properties to the project folder.
|
public com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
reconfigure in interface hudson.model.ReconfigurableDescribable<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>reconfigure in class com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<com.cloudbees.hudson.plugins.folder.AbstractFolder<?>>hudson.model.Descriptor.FormExceptionpublic StringProperty[] getProperties()
@DataBoundSetter public void setProperties(StringProperty[] properties)
properties - The array of properties to be added to the project folder.Copyright © 2016–2020. All rights reserved.