Groovy Documentation

org.hidetake.gradle.ssh.plugin
[Groovy] Class RemoteContainerExtension

java.lang.Object
  org.hidetake.gradle.ssh.plugin.RemoteContainerExtension

@Category(Collection)
class RemoteContainerExtension

An extension class of the remote container.

Authors:
hidetake.org


Method Summary
static java.util.Collection role(java.util.Collection remotes, java.lang.String... roles)

Find remote hosts associated with given roles.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

role

static java.util.Collection role(java.util.Collection remotes, java.lang.String... roles)
Find remote hosts associated with given roles.
Returns:
remote hosts associated with given roles
Parameters:
remotes - mixin object
roles - one or more roles


 

Groovy Documentation