| Modifier and Type | Method and Description |
|---|---|
@NotNull ImmutableRequirement |
EnvironmentRequirementService.addRequirement(long environmentId,
@NotNull String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue)
Add new requirement to an environment.
|
@NotNull ImmutableRequirement |
EnvironmentRequirementServiceImpl.addRequirement(long environmentId,
@NotNull String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue) |
@NotNull ImmutableRequirement |
EnvironmentRequirementService.updateRequirement(long environmentId,
long requirementId,
@NotNull String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue)
Update an existing requirement.
|
@NotNull ImmutableRequirement |
EnvironmentRequirementServiceImpl.updateRequirement(long environmentId,
long requirementId,
@NotNull String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRequirement.MatchType |
RestRequirement.getTypeOfMatch() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<RequirementImpl,ImmutableRequirement.MatchType> |
RequirementImpl_.typeOfMatch |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRequirement.MatchType |
RequirementDecorator.getTypeOfMatch() |
@NotNull ImmutableRequirement.MatchType |
RequirementImpl.getTypeOfMatch() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ImmutableRequirement.MatchType |
RequirementDetailsImpl.getTypeOfMatch() |
@NotNull ImmutableRequirement.MatchType |
ImmutableRequirement.getTypeOfMatch() |
static ImmutableRequirement.MatchType |
ImmutableRequirement.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableRequirement.MatchType[] |
ImmutableRequirement.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull ImmutableRequirement |
RequirementServiceImpl.addRequirement(@NotNull PlanKey jobKey,
@NotNull String key,
@NotNull ImmutableRequirement.MatchType matchType,
@Nullable String matchValue) |
@NotNull ImmutableRequirement |
RequirementService.addRequirement(@NotNull PlanKey jobKey,
@NotNull String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue)
Add new requirement to a job.
|
@NotNull ImmutableRequirement |
RequirementServiceImpl.updateRequirement(@NotNull PlanKey jobKey,
long requirementId,
@NotNull String key,
@NotNull ImmutableRequirement.MatchType matchType,
@Nullable String matchValue) |
@NotNull ImmutableRequirement |
RequirementService.updateRequirement(@NotNull PlanKey jobKey,
long requirementId,
@NotNull String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue)
Update an existing requirement.
|
@NotNull ErrorCollection |
RequirementServiceImpl.validateRequirementForAdd(@NotNull PlanKey jobKey,
@Nullable String key,
@Nullable ImmutableRequirement.MatchType matchType,
@Nullable String matchValue) |
@NotNull ErrorCollection |
RequirementService.validateRequirementForAdd(@NotNull PlanKey jobKey,
@Nullable String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue)
Validate requirement details.
|
@NotNull ErrorCollection |
RequirementServiceImpl.validateRequirementForUpdate(@NotNull PlanKey jobKey,
long requirementId,
@Nullable String key,
@Nullable ImmutableRequirement.MatchType matchType,
@Nullable String matchValue) |
@NotNull ErrorCollection |
RequirementService.validateRequirementForUpdate(@NotNull PlanKey jobKey,
long requirementId,
@Nullable String key,
ImmutableRequirement.MatchType matchType,
@Nullable String matchValue)
Validate requirement details
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.