hudson.plugins.hadoop
Class HadoopPage

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.plugins.hadoop.HadoopPage
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem

public class HadoopPage
extends hudson.model.AbstractModelObject
implements hudson.model.Action

Top-level Hadoop page that gets added to Hudson.

Author:
Kohsuke Kawaguchi

Constructor Summary
HadoopPage()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.net.URL getHdfsHttpURL()
          Returns the URL of the HDFS HTTP interface.
 java.lang.String getIconFileName()
           
 java.net.URL getJobTrackerURL()
          Returns the URL of the job tracker HTTP interface.
 PluginImpl getPlugin()
           
 java.lang.String getSearchUrl()
           
 java.lang.String getUrlName()
           
 boolean isPendingConfiguration()
          Returns true if we haven't started Hadoop because the root URL is unknown.
 
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HadoopPage

public HadoopPage()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getSearchUrl

public java.lang.String getSearchUrl()
Specified by:
getSearchUrl in interface hudson.search.SearchItem

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

isPendingConfiguration

public boolean isPendingConfiguration()
Returns true if we haven't started Hadoop because the root URL is unknown.


getHdfsHttpURL

public java.net.URL getHdfsHttpURL()
                            throws java.net.MalformedURLException
Returns the URL of the HDFS HTTP interface.

Throws:
java.net.MalformedURLException

getJobTrackerURL

public java.net.URL getJobTrackerURL()
                              throws java.net.MalformedURLException
Returns the URL of the job tracker HTTP interface.

Throws:
java.net.MalformedURLException

getPlugin

public PluginImpl getPlugin()


Copyright © 2004-2011. All Rights Reserved.