- getAdditionalFilesetList() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder
-
Retuns a list of sets of files to copy additional to JOBNAME/config.xml.
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AdditionalFileset.DescriptorImpl
-
Returns the display name
This is used nowhere...
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
-
Returns the display name.
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.DisableOperation.DescriptorImpl
-
Returns the string to be shown in a job configuration page,
in the dropdown of "Add Copy Operation".
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.EnableOperation.DescriptorImpl
-
Returns the string to be shown in a job configuration page,
in the dropdown of "Add Copy Operation".
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder.DescriptorImpl
-
Returns the display name
Displayed in the "Add build step" dropdown in a job configuration page.
- getDisplayName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.ReplaceOperation.DescriptorImpl
-
Returns the string to be shown in a job configuration page,
in the dropdown of "Add Copy Operation".
- getExcludeFile() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AdditionalFileset
-
Returns the pattern of file not to copy.
- getFilesToCopy(File) - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AdditionalFileset
-
- getFromJobName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
-
Returns the name of the job copied from.
- getFromJobName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder
-
Returns the name of job to be copied from.
- getFromStr() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.ReplaceOperation
-
Returns the string to be replaced.
- getFromUrl() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
-
Returns the URI (path) of the job copied from.
- getIconFileName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
-
Returns null not for being displayed in the link list.
- getIncludeFile() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AdditionalFileset
-
Returns the pattern of file to copy.
- getJobcopyOperationDescriptors() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AdditionalFileset.DescriptorImpl
-
Returns all the available JobcopyOperation.
- getJobcopyOperationDescriptors() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder.DescriptorImpl
-
Returns all the available JobcopyOperation.
- getJobcopyOperationList() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AdditionalFileset
-
Returns the list of operations.
- getJobcopyOperationList() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder
-
Returns the list of operations.
- getNode(Document, String) - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AbstractXmlJobcopyOperation
-
Retrieve a XML node using XPath.
- getNodeList(Document, String) - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AbstractXmlJobcopyOperation
-
Retrieve a XML node list using XPath.
- getRelative(String, ItemGroup<?>, Class<T>) - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder
-
- getToJobName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
-
Returns the name of the job copied to.
- getToJobName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder
-
Returns the name of job to be copied to.
- getToStr() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.ReplaceOperation
-
Returns the string to be replaced with.
- getToUrl() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
-
Returns the URI (path) of the job copied to.
- getUrlName() - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
-
Returns null not for being displayed in the link list.
- getXpath(Node) - Method in class jp.ikedam.jenkins.plugins.jobcopy_builder.AbstractXmlJobcopyOperation
-
Retrieve a XPath expression of a node.
- _AdditionalFileset_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key AdditionalFileset.DisplayName
: Additional Copy
Files
.
- _AdditionalFileSet_includeFile_empty() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key AdditionalFileSet.includeFile.empty
: Cannot be
blank.
.
- _CopiedjobinfoAction_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key CopiedjobinfoAction.DisplayName
: Copied Job
.
- _DisableOperation_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key DisableOperation.DisplayName
: Disable Job
.
- _EnableOperation_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key EnableOperation.DisplayName
: Enable Job
.
- _JobCopyBuilder_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.DisplayName
: Copy Job
.
- _JobCopyBuilder_downgradeToAnonymous() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.downgradeToAnonymous
: {@code NOTE: This
build is running as built-in SYSTEM user.
- _JobCopyBuilder_fromJobNotFound(Object) - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.fromJobNotFound
: Error: Item ''{0}''
was not found.
.
- _JobCopyBuilder_fromJobNotFoundNote(Object) - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.fromJobNotFoundNote
: {@code NOTE: This may
be caused for permission configurations.
- _JobCopyBuilder_JobName_empty() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.JobName.empty
: Cannot be blank.
.
- _JobCopyBuilder_JobName_exists() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.JobName.exists
: {@code Specified job
already exists.
- _JobCopyBuilder_JobName_notAbstractItem() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.JobName.notAbstractItem
: Specified
item cannot be copied (does not implement AbstractItem).
.
- _JobCopyBuilder_JobName_notExists() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key JobCopyBuilder.JobName.notExists
: {@code Spedivied job
does not exist.
- _ReplaceOperation_DisplayName() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key ReplaceOperation.DisplayName
: Replace String
.
- _ReplaceOperation_fromStr_empty() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key ReplaceOperation.fromStr.empty
: {@code Cannot be empty.
- _ReplaceOperation_fromStr_enclosedWithBlank() - Static method in class jp.ikedam.jenkins.plugins.jobcopy_builder.Messages
-
Key ReplaceOperation.fromStr.enclosedWithBlank
: {@code String
is surrounded with white spaces.