net.praqma.hudson.scm
Class Polling

java.lang.Object
  extended by net.praqma.hudson.scm.Polling
All Implemented Interfaces:
Serializable

public class Polling
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class Polling.PollingType
           
 
Constructor Summary
Polling()
           
Polling(Polling.PollingType type)
           
Polling(String polling)
           
 
Method Summary
 Polling.PollingType getType()
           
 boolean isPolling()
          This is actually only important if the polling type is not set.
 boolean isPollingChilds()
           
 boolean isPollingOther()
          Returns true if Polling other Stream's
 boolean isPollingSelf()
           
 boolean isPollingSiblings()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Polling

public Polling()

Polling

public Polling(Polling.PollingType type)

Polling

public Polling(String polling)
Method Detail

isPollingChilds

public boolean isPollingChilds()

getType

public Polling.PollingType getType()

isPollingSiblings

public boolean isPollingSiblings()

isPollingSelf

public boolean isPollingSelf()

isPollingOther

public boolean isPollingOther()
Returns true if Polling other Stream's


isPolling

public boolean isPolling()
This is actually only important if the polling type is not set. This is typically only if the default constructor is used.

Returns:
whether or not the type is polling

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2015. All Rights Reserved.