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>
- 関連項目:
- 直列化された形式
| クラス hudson.tools.ToolInstallation から継承された入れ子のクラス/インタフェース |
hudson.tools.ToolInstallation.ToolConverter |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
コンストラクタの概要 |
GrailsInstallation(java.lang.String name,
java.lang.String home,
java.util.List<? extends hudson.tools.ToolProperty<?>> properties)
|
| クラス 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.