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