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:
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
ConstructorDescriptionScpTaskProperties
(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable String localPath, boolean localPathAntStyle, String remotePath, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable ArtifactItemProperties
@Nullable String
Deprecated.@NotNull AtlassianModuleProperties
@Nullable String
int
hashCode()
boolean
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
getAuthenticationType, getHost, getHostFingerprint, getKey, getPassphrase, getPassword, getPort, getSharedCredentialsIdentifierProperties, getUsername
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getArtifactName
Deprecated.since 6.1.0, usegetArtifactItem()
insteadArtifact name.- Returns:
- always null
-
getArtifactItem
-
getLocalPath
-
isLocalPathAntStyle
public boolean isLocalPathAntStyle() -
getRemotePath
-
validate
- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classBaseSshTaskProperties
- Throws:
PropertiesValidationException
-
equals
- Overrides:
equals
in classBaseSshTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseSshTaskProperties
-
getArtifactItem()
instead