Package com.atlassian.bamboo.plugin
Class ArtifactDownloaderTaskConfigurationHelper
java.lang.Object
com.atlassian.bamboo.plugin.ArtifactDownloaderTaskConfigurationHelper
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
getArtifactId
(@NotNull Map<String, String> map, int i) static String
getArtifactIdKey
(int i) getArtifactKeys
(@NotNull Map<String, ?> config) static String
getArtifactName
(@NotNull Map<String, String> map, int i) static String
getArtifactNameKey
(int i) static int
getIndexFromKey
(@NotNull String key) Retrieves an index from a key.static String
getLocalPath
(@NotNull Map<String, String> map, int i) getPathKeys
(@NotNull Map<String, ?> config) static <T> T
getSourcePlanKey
(@NotNull Map<String, T> configuration) getTransferKeys
(@NotNull Map<String, ?> config) static <T> void
setArtifactId
(@NotNull Map<String, T> map, int i, T value) static <T> void
setArtifactName
(@NotNull Map<String, T> map, int i, T value) static void
setLocalPath
(@NotNull Map<String, String> map, int i, String localPath) static <T> void
setSourcePlanKey
(@NotNull Map<String, T> map, T value)
-
Field Details
-
SOURCE_PLAN_KEY
- See Also:
-
ARTIFACT_ID
- See Also:
-
TRANSFER_ID
- See Also:
-
ARTIFACT_NAME
- See Also:
-
LOCAL_PATH
- See Also:
-
AVAILABLE_ARTIFACTS
- See Also:
-
ARTIFACT_CONTEXTS
- See Also:
-
-
Method Details
-
getLocalPath
-
setLocalPath
-
getSourcePlanKey
-
setSourcePlanKey
-
setArtifactName
-
setArtifactId
-
getArtifactId
-
getArtifactName
-
getArtifactIdKey
-
getArtifactNameKey
-
getTransferKeys
-
getArtifactKeys
-
getPathKeys
-
getIndexFromKey
Retrieves an index from a key. For Some_Key_44 returns 44.
-