Class ScpTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
com.atlassian.bamboo.specs.model.task.ScpTaskProperties
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
BaseSshTaskProperties.AuthenticationType -
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
DEFAULT_PORT -
Constructor Summary
ConstructorsConstructorDescriptionScpTaskProperties(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable String localPath, boolean localPathAntStyle, String remotePath, @NotNull List<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable ArtifactItemProperties@Nullable StringDeprecated.@NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties@Nullable StringinthashCode()booleanvoidvalidate()Methods inherited from class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
getAuthenticationType, getHost, getHostFingerprint, getKey, getPassphrase, getPassword, getPort, getSharedCredentialsIdentifierProperties, getUsernameMethods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
Method Details
-
getAtlassianPlugin
@NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
getArtifactName
Deprecated.since 6.1.0, usegetArtifactItem()insteadArtifact name.- Returns:
- always null
-
getArtifactItem
-
getLocalPath
-
isLocalPathAntStyle
public boolean isLocalPathAntStyle() -
getRemotePath
-
validate
public void validate() throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties- Overrides:
validatein classBaseSshTaskProperties- Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
equals
- Overrides:
equalsin classBaseSshTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseSshTaskProperties
-
getArtifactItem()instead