Package com.atlassian.bamboo.rest.common
Interface InputParser
- All Known Implementing Classes:
InputParserImpl
public interface InputParser
-
Method Summary
Modifier and TypeMethodDescription@NotNull PlanKey
parseChainKey
(@Nullable String chainKeyString) @NotNull PlanKey
parseJobKey
(@NotNull PlanKey chainKey, @Nullable String jobKeyString) @NotNull PlanKey
parseJobKey
(@Nullable String jobKeyString)
-
Method Details
-
parseChainKey
-
parseJobKey
-
parseJobKey
-