hudson.plugins.swarm
クラス UDPFragmentImpl
java.lang.Object
hudson.UDPBroadcastFragment
hudson.plugins.swarm.UDPFragmentImpl
- すべての実装されたインタフェース:
- hudson.ExtensionPoint
@Extension
public class UDPFragmentImpl
- extends hudson.UDPBroadcastFragment
Adds a secret pass-pharse to UDP broadcast, to allow nearby nodes to register themselves as slaves.
- 作成者:
- Kohsuke Kawaguchi
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
フィールドの概要 |
UUID |
secret
This is the pass phrase that allows swarm slaves to create a new slave object on Jenkins. |
| クラス hudson.UDPBroadcastFragment から継承されたメソッド |
all |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
secret
public final UUID secret
- This is the pass phrase that allows swarm slaves to create a new slave object on Jenkins.
UDPFragmentImpl
public UDPFragmentImpl()
buildFragment
public void buildFragment(StringBuilder buf,
SocketAddress adrs)
- 定義:
- クラス
hudson.UDPBroadcastFragment 内の buildFragment
Copyright © 2004-2012. All Rights Reserved.