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.
 
コンストラクタの概要
UDPFragmentImpl()
           
 
メソッドの概要
 void buildFragment(StringBuilder buf, SocketAddress adrs)
           
 
クラス 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.