public class UntrustedBranchProperty extends BranchProperty
trunk, branches, tags, sandbox would probably have
trunk, branches, tags as trusted and sandbox as untrusted where the Subversion permissions
give any authenticated user write access to sandbox but allow the project team to commit to all four
locations| Modifier and Type | Class and Description |
|---|---|
static class |
UntrustedBranchProperty.DescriptorImpl
Our
Descriptor. |
| Constructor and Description |
|---|
UntrustedBranchProperty() |
| Modifier and Type | Method and Description |
|---|---|
Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> |
configureBuildWrappers(Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> wrappers)
This method is an extension point whereby a
BranchProperty can filter or enhance the set of
BuildWrapper to be used by the branch specific project. |
Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> |
configurePublishers(Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> publishers)
This method is an extension point whereby a
BranchProperty can filter or enhance the set of
Publisher to be used by the branch specific project. |
configureJobProperties, getDescriptorpublic Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> configurePublishers(Map<hudson.model.Descriptor<hudson.tasks.Publisher>,hudson.tasks.Publisher> publishers)
BranchProperty can filter or enhance the set of
Publisher to be used by the branch specific project.configurePublishers in class BranchPropertypublishers - the proposed Publishers.Publishers.public Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> configureBuildWrappers(Map<hudson.model.Descriptor<hudson.tasks.BuildWrapper>,hudson.tasks.BuildWrapper> wrappers)
BranchProperty can filter or enhance the set of
BuildWrapper to be used by the branch specific project.configureBuildWrappers in class BranchPropertywrappers - the proposed BuildWrappers.BuildWrappers.Copyright © 2004-2013. All Rights Reserved.