public interface CapabilityManager
Modifier and Type | Method and Description |
---|---|
void |
removeCapabilities(@NotNull Long agentId,
@NotNull Collection<String> capabilityKeys)
Removes capabilities from an agent
|
void |
removeCapability(@NotNull Long agentId,
@NotNull String capabilityKey)
Removes a the capability from an agent
|
void |
renameCapability(@NotNull CapabilityType capabilityType,
@NotNull String oldCapabilityKey,
@NotNull String newCapabilityLabel,
boolean override)
Renames capability key
|
void renameCapability(@NotNull @NotNull CapabilityType capabilityType, @NotNull @NotNull String oldCapabilityKey, @NotNull @NotNull String newCapabilityLabel, boolean override)
capabilityType
- oldCapabilityKey
- newCapabilityLabel
- override
- void removeCapability(@NotNull @NotNull Long agentId, @NotNull @NotNull String capabilityKey)
agentId
- capabilityKey
- void removeCapabilities(@NotNull @NotNull Long agentId, @NotNull @NotNull Collection<String> capabilityKeys)
agentId
- capabilityKeys
- Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.