Interface DeployLocation
- All Superinterfaces:
org.gradle.api.Named
- All Known Implementing Classes:
AbstractDeployLocation,SshDeployLocation
public interface DeployLocation
extends org.gradle.api.Named
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.gradle.api.Named
getName
-
Method Details
-
createAction
DiscoveryAction createAction() -
getTarget
RemoteTarget getTarget() -
friendlyString
String friendlyString()
-