Modifier and Type | Method and Description |
---|---|
ErrorCollection |
AgentCapabilityServiceImpl.updateCapability(@NotNull PipelineDefinition agent,
@NotNull String key,
@Nullable String value,
@NotNull CapabilitySource capabilitySource) |
ErrorCollection |
AgentCapabilityService.updateCapability(@NotNull PipelineDefinition agent,
@NotNull String key,
@Nullable String value,
@NotNull 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(@Nullable CapabilitySource capabilitySource)
Add capability.
|
Constructor and Description |
---|
RestRemoteAgentCapability(String key,
String value,
@NotNull CapabilitySource source) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<CapabilityImpl,CapabilitySource> |
CapabilityImpl_.capabilitySource |
Modifier and Type | Method and Description |
---|---|
static @Nullable CapabilitySource |
CapabilitySource.forName(@NotNull String name)
Return a capability source for the given name.
|
@Nullable CapabilitySource |
CapabilityDecorator.getCapabilitySource() |
@Nullable CapabilitySource |
CapabilityImpl.getCapabilitySource() |
@Nullable 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(@Nullable CapabilitySource capabilitySourceMask) |
void |
Capability.setCapabilitySource(@Nullable CapabilitySource capabilitySource) |
Constructor and Description |
---|
CapabilityDecorator(@NotNull String key,
@Nullable String value,
@Nullable CapabilitySource capabilitySource,
long id,
@NotNull CapabilityType capabilityType,
@Nullable ReadOnlyCapabilitySet parentCapabilitySet,
@NotNull com.opensymphony.xwork2.TextProvider textProvider,
@NotNull CapabilityGroup capabilityGroup,
@Nullable CapabilitySet capabilitySet) |
CapabilityImpl(@NotNull String key,
@Nullable String value,
@Nullable CapabilitySource capabilitySource) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.