com.atlassian.bamboo.rest.common
Interface InputParser

All Known Implementing Classes:
InputParserImpl

public interface InputParser


Method Summary
 PlanKey parseChainKey(String chainKeyString)
           
 PlanKey parseJobKey(PlanKey chainKey, String jobKeyString)
           
 PlanKey parseJobKey(String jobKeyString)
           
 

Method Detail

parseChainKey

@NotNull
PlanKey parseChainKey(@Nullable
                              String chainKeyString)

parseJobKey

@NotNull
PlanKey parseJobKey(@Nullable
                            String jobKeyString)

parseJobKey

@NotNull
PlanKey parseJobKey(@NotNull
                            PlanKey chainKey,
                            @Nullable
                            String jobKeyString)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.