クラス
jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyOperation の使用

jp.ikedam.jenkins.plugins.jobcopy_builder での JobcopyOperation の使用
 

jp.ikedam.jenkins.plugins.jobcopy_builder での JobcopyOperation のサブクラス
 class AbstractXmlJobcopyOperation
          Abstract class for job copy operation using XML DOM.
 class EnableOperation
          Enables the job if the job copied from is disabled.
 class ReplaceOperation
          Replace the string in the configuration.
 

JobcopyOperation 型の引数を持つ型を返す jp.ikedam.jenkins.plugins.jobcopy_builder のメソッド
static hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> JobcopyOperation.all()
          Return all the available JobcopyOperation whose DescriptorImpl annotated with Extension.
static hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> JobcopyOperation.all()
          Return all the available JobcopyOperation whose DescriptorImpl annotated with Extension.
 hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> JobcopyBuilder.DescriptorImpl.getJobcopyOperationDescriptors()
          Returns all the available JobcopyOperation.
 hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> JobcopyBuilder.DescriptorImpl.getJobcopyOperationDescriptors()
          Returns all the available JobcopyOperation.
 List<JobcopyOperation> JobcopyBuilder.getJobcopyOperationList()
          Returns the list of operations.
 

JobcopyOperation 型の型引数を持つ jp.ikedam.jenkins.plugins.jobcopy_builder のコンストラクタパラメータ
JobcopyBuilder(String fromJobName, String toJobName, boolean overwrite, List<JobcopyOperation> jobcopyOperationList)
          Constructor to instantiate from parameters in the job configuration page.
 



Copyright © 2004-2013. All Rights Reserved.