| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
AgentCapabilityServiceImpl.updateCapability(PipelineDefinition agent,
String key,
String value,
CapabilitySource capabilitySource) |
ErrorCollection |
AgentCapabilityService.updateCapability(PipelineDefinition agent,
String key,
String value,
CapabilitySource capabilitySource)
Update value of existing capability.
|
| Modifier and Type | Method and Description |
|---|---|
protected CapabilitySource |
EditSharedCapability.getCapabilitySource() |
protected CapabilitySource |
EditAgentCapability.getCapabilitySource() |
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigureSharedCapability.add(CapabilitySource capabilitySource)
Add capability.
|
| Constructor and Description |
|---|
RestRemoteAgentCapability(String key,
String value,
CapabilitySource source) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<CapabilityImpl,CapabilitySource> |
CapabilityImpl_.capabilitySource |
| Modifier and Type | Method and Description |
|---|---|
static CapabilitySource |
CapabilitySource.forName(String name)
Return a capability source for the given name.
|
CapabilitySource |
CapabilityDecorator.getCapabilitySource() |
CapabilitySource |
CapabilityImpl.getCapabilitySource() |
CapabilitySource |
Capability.getCapabilitySource()
Get source in which the ability is defined
|
static CapabilitySource |
CapabilitySource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilitySource[] |
CapabilitySource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilityImpl.setCapabilitySource(CapabilitySource capabilitySourceMask) |
void |
Capability.setCapabilitySource(CapabilitySource capabilitySource) |
| Constructor and Description |
|---|
CapabilityDecorator(String key,
String value,
CapabilitySource capabilitySource,
long id,
CapabilityType capabilityType,
ReadOnlyCapabilitySet parentCapabilitySet,
com.opensymphony.xwork2.TextProvider textProvider,
CapabilityGroup capabilityGroup,
CapabilitySet capabilitySet) |
CapabilityImpl(String key,
String value,
CapabilitySource capabilitySource) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.