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