com.g2one.hudson.grails
クラス GrailsInstallation

java.lang.Object
  上位を拡張 hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
      上位を拡張 hudson.tools.ToolInstallation
          上位を拡張 com.g2one.hudson.grails.GrailsInstallation
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<GrailsInstallation>, hudson.slaves.NodeSpecific<GrailsInstallation>, java.io.Serializable

public final class GrailsInstallation
extends hudson.tools.ToolInstallation
implements hudson.model.EnvironmentSpecific<GrailsInstallation>, hudson.slaves.NodeSpecific<GrailsInstallation>

関連項目:
直列化された形式

入れ子のクラスの概要
static class GrailsInstallation.DescriptorImpl
           
 
クラス hudson.tools.ToolInstallation から継承された入れ子のクラス/インタフェース
hudson.tools.ToolInstallation.ToolConverter
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 java.lang.String grailsHome
           
 
コンストラクタの概要
GrailsInstallation(java.lang.String name, java.lang.String home, java.util.List<? extends hudson.tools.ToolProperty<?>> properties)
           
 
メソッドの概要
 GrailsInstallation forEnvironment(hudson.EnvVars environment)
           
 GrailsInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log)
           
 java.io.File getExecutable()
           
 boolean getExists()
           
 
クラス hudson.tools.ToolInstallation から継承されたメソッド
all, getHome, getName, getProperties, translateFor
 
クラス hudson.model.AbstractDescribableImpl から継承されたメソッド
getDescriptor
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

grailsHome

public transient java.lang.String grailsHome
コンストラクタの詳細

GrailsInstallation

@DataBoundConstructor
public GrailsInstallation(java.lang.String name,
                                               java.lang.String home,
                                               java.util.List<? extends hudson.tools.ToolProperty<?>> properties)
メソッドの詳細

getExecutable

public java.io.File getExecutable()

getExists

public boolean getExists()

forNode

public GrailsInstallation forNode(hudson.model.Node node,
                                  hudson.model.TaskListener log)
                           throws java.io.IOException,
                                  java.lang.InterruptedException
定義:
インタフェース hudson.slaves.NodeSpecific<GrailsInstallation> 内の forNode
例外:
java.io.IOException
java.lang.InterruptedException

forEnvironment

public GrailsInstallation forEnvironment(hudson.EnvVars environment)
定義:
インタフェース hudson.model.EnvironmentSpecific<GrailsInstallation> 内の forEnvironment


Copyright © 2004-2011. All Rights Reserved.