jenkinsci.plugin.browseraxis.label
Class BrowserFinder

java.lang.Object
  extended by hudson.model.LabelFinder
      extended by jenkinsci.plugin.browseraxis.label.BrowserFinder
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class BrowserFinder
extends hudson.model.LabelFinder

Add browser labels to computer and actualize them if it is necessary

Author:
Lucie Votypkova

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
BrowserFinder()
           
 
Method Summary
 void actualizeNode(java.lang.String nodeName, long time)
           
 void checkNodes(hudson.model.Node node)
           
 void deleteUnusedNodes()
           
 void doBrowserActualization(hudson.model.Node node)
           
 java.util.Collection<hudson.model.labels.LabelAtom> findLabels(hudson.model.Node node)
           
static java.util.Set<FindBrowsersOnNode> getThreads()
           
 void setActualizationOfBrowsers()
           
 
Methods inherited from class hudson.model.LabelFinder
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserFinder

public BrowserFinder()
Method Detail

getThreads

public static java.util.Set<FindBrowsersOnNode> getThreads()

actualizeNode

public void actualizeNode(java.lang.String nodeName,
                          long time)

checkNodes

public void checkNodes(hudson.model.Node node)

doBrowserActualization

public void doBrowserActualization(hudson.model.Node node)

findLabels

public java.util.Collection<hudson.model.labels.LabelAtom> findLabels(hudson.model.Node node)
Specified by:
findLabels in class hudson.model.LabelFinder

setActualizationOfBrowsers

public void setActualizationOfBrowsers()

deleteUnusedNodes

public void deleteUnusedNodes()


Copyright © 2004-2012. All Rights Reserved.