public interface ValidationFunctionFactory
ValidationFunction
,
ValidationService
Modifier and Type | Method and Description |
---|---|
@NotNull ValidationFunction |
chainExists()
Validation function that verifies if an
ImmutableChain with the given key exists. |
@NotNull ValidationFunction |
isJobKeyFromChain(@NotNull ImmutableChain chain)
Validation function that verifies if a job key belongs to a specific
ImmutableChain . |
@NotNull ValidationFunction |
isUniqueJobKey()
Validation function that verifies that a job key is unique.
|
@NotNull ValidationFunction |
jobExists()
Validation function that verifies if an
ImmutableJob with the given key exists. |
@NotNull @NotNull ValidationFunction jobExists()
ImmutableJob
with the given key exists.@NotNull @NotNull ValidationFunction chainExists()
ImmutableChain
with the given key exists.@NotNull @NotNull ValidationFunction isJobKeyFromChain(@NotNull @NotNull ImmutableChain chain)
ImmutableChain
.chain
- a chain@NotNull @NotNull ValidationFunction isUniqueJobKey()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.