org.jenkinsci.plugins.windows_exe_runner
クラス ExeBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
org.jenkinsci.plugins.windows_exe_runner.ExeBuilder
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep
public class ExeBuilder
- extends hudson.tasks.Builder
- 作成者:
- Yasuyuki Saito
| インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース |
hudson.tasks.BuildStep.PublisherList |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| インタフェース hudson.tasks.BuildStep から継承されたフィールド |
BUILDERS, PUBLISHERS |
| クラス hudson.tasks.Builder から継承されたメソッド |
all, getRequiredMonitorService, prebuild |
| クラス hudson.tasks.BuildStepCompatibilityLayer から継承されたメソッド |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース hudson.tasks.BuildStep から継承されたメソッド |
getProjectAction, getProjectActions, prebuild |
DESCRIPTOR
@Extension
public static final ExeBuilder.DescriptorImpl DESCRIPTOR
- Descriptor should be singleton.
ExeBuilder
@DataBoundConstructor
public ExeBuilder(String exeName,
String cmdLineArgs,
boolean failBuild)
- パラメータ:
exeName - cmdLineArgs - failBuild -
getExeName
public String getExeName()
getCmdLineArgs
public String getCmdLineArgs()
isFailBuild
public boolean isFailBuild()
getInstallation
public ExeInstallation getInstallation()
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
- 定義:
- インタフェース
hudson.tasks.BuildStep 内の perform - オーバーライド:
- クラス
hudson.tasks.BuildStepCompatibilityLayer 内の perform
- 例外:
InterruptedException
IOException
getDescriptor
public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
- 定義:
- インタフェース
hudson.model.Describable<hudson.tasks.Builder> 内の getDescriptor - オーバーライド:
- クラス
hudson.tasks.Builder 内の getDescriptor
Copyright © 2004-2013. All Rights Reserved.