org.jenkinsci.plugins.mongodb
クラス MongoDBInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
org.jenkinsci.plugins.mongodb.MongoDBInstallation
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<MongoDBInstallation>, hudson.slaves.NodeSpecific<MongoDBInstallation>, Serializable
public class MongoDBInstallation
- extends hudson.tools.ToolInstallation
- implements hudson.model.EnvironmentSpecific<MongoDBInstallation>, hudson.slaves.NodeSpecific<MongoDBInstallation>
- 関連項目:
- 直列化された形式
クラス hudson.tools.ToolInstallation から継承された入れ子のクラス/インタフェース |
hudson.tools.ToolInstallation.ToolConverter |
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
クラス 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 |
MongoDBInstallation
@DataBoundConstructor
public MongoDBInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties,
String parameters,
int startTimeout)
forNode
public MongoDBInstallation forNode(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
- 定義:
- インタフェース
hudson.slaves.NodeSpecific<MongoDBInstallation>
内の forNode
- 例外:
IOException
InterruptedException
forEnvironment
public MongoDBInstallation forEnvironment(hudson.EnvVars environment)
- 定義:
- インタフェース
hudson.model.EnvironmentSpecific<MongoDBInstallation>
内の forEnvironment
getParameters
public String getParameters()
setParameters
public void setParameters(String parameters)
getStartTimeout
public int getStartTimeout()
setStartTimeout
public void setStartTimeout(int startTimeout)
getExecutable
public String getExecutable(hudson.Launcher launcher)
throws IOException,
InterruptedException
- 例外:
IOException
InterruptedException
findExecutable
protected File findExecutable(File parent)
getExeFile
protected String getExeFile()
Copyright © 2004-2013. All Rights Reserved.