Class ArtifactDownloaderTaskComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.tasks.ArtifactDownloaderTaskComponent
-
- All Implemented Interfaces:
TaskComponent
public class ArtifactDownloaderTaskComponent extends Object implements TaskComponent
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALL_ARTIFACTS
static String
ARTIFACTS_0_DESTINATION_PATH
static String
ARTIFACTS_0_NAME
Should be list of Artifact objectsstatic String
ARTIFACTS_1_DESTINATION_PATH
static String
ARTIFACTS_1_NAME
static String
IS_VALID_SOURCE_PLAN
static String
SOURCE_PLAN_NAME
-
Constructor Summary
Constructors Constructor Description ArtifactDownloaderTaskComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getName()
void
updateTaskDetails(Map<String,String> config)
-
-
-
Field Detail
-
SOURCE_PLAN_NAME
public static final String SOURCE_PLAN_NAME
- See Also:
- Constant Field Values
-
IS_VALID_SOURCE_PLAN
public static final String IS_VALID_SOURCE_PLAN
- See Also:
- Constant Field Values
-
ARTIFACTS_0_NAME
public static final String ARTIFACTS_0_NAME
Should be list of Artifact objects- See Also:
- Constant Field Values
-
ARTIFACTS_0_DESTINATION_PATH
public static final String ARTIFACTS_0_DESTINATION_PATH
- See Also:
- Constant Field Values
-
ARTIFACTS_1_NAME
public static final String ARTIFACTS_1_NAME
- See Also:
- Constant Field Values
-
ARTIFACTS_1_DESTINATION_PATH
public static final String ARTIFACTS_1_DESTINATION_PATH
- See Also:
- Constant Field Values
-
ALL_ARTIFACTS
public static final String ALL_ARTIFACTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public static String getName()
-
updateTaskDetails
public void updateTaskDetails(Map<String,String> config)
- Specified by:
updateTaskDetails
in interfaceTaskComponent
-
-