hudson.plugins.persona
クラス ResourceServer

java.lang.Object
  上位を拡張 hudson.plugins.persona.ResourceServer
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@Extension
public class ResourceServer
extends java.lang.Object
implements hudson.model.RootAction

Serves $JENKINS_HOME/persona from /persona.

作成者:
Kohsuke Kawaguchi

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
ResourceServer()
           
 
メソッドの概要
 void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getUrlName()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResourceServer

public ResourceServer()
メソッドの詳細

getIconFileName

public java.lang.String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName

getDisplayName

public java.lang.String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getUrlName

public java.lang.String getUrlName()
定義:
インタフェース hudson.model.Action 内の getUrlName

doDynamic

public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
                      org.kohsuke.stapler.StaplerResponse rsp)
               throws java.io.IOException,
                      javax.servlet.ServletException
例外:
java.io.IOException
javax.servlet.ServletException


Copyright © 2004-2012. All Rights Reserved.