| Modifier and Type | Class and Description |
|---|---|
class |
UntrustedBranchProperty
Indicates that the branch contains code changes from authors who do not otherwise have the write access
to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BranchProperty> |
Branch.getProperty(Class<T> clazz)
Gets the specific property, or null if no such property is found.
|
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<BranchProperty,BranchPropertyDescriptor> |
BranchPropertyDescriptor.all()
All the registered
BranchPropertyDescriptors. |
List<BranchProperty> |
DefaultBranchPropertyStrategy.getProperties()
Gets the properties.
|
List<BranchProperty> |
Branch.getProperties()
Gets all the properties.
|
List<BranchProperty> |
DefaultBranchPropertyStrategy.getPropertiesFor(jenkins.scm.api.SCMHead head)
Returns the list of properties to be injected into the
Branch for the specified SCMHead. |
abstract List<BranchProperty> |
BranchPropertyStrategy.getPropertiesFor(jenkins.scm.api.SCMHead head)
Returns the list of properties to be injected into the
Branch for the specified SCMHead. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Branch.hasProperty(Class<? extends BranchProperty> clazz)
Tests if a property of a specific type is present.
|
| Constructor and Description |
|---|
Branch.Dead(jenkins.scm.api.SCMHead name,
List<? extends BranchProperty> properties)
Constructor.
|
Branch(String sourceId,
jenkins.scm.api.SCMHead head,
hudson.scm.SCM scm,
List<? extends BranchProperty> properties)
Constructs a branch instance.
|
DefaultBranchPropertyStrategy(List<BranchProperty> properties)
Stapler's constructor.
|
Copyright © 2004-2013. All Rights Reserved.