C D E F G I J L M O P R _

C

ConditionalPublisher - Class in org.jenkins_ci.plugins.flexible_publish
 
ConditionalPublisher(RunCondition, BuildStep, BuildStepRunner) - Constructor for class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
ConditionalPublisher.ConditionalPublisherDescriptor - Class in org.jenkins_ci.plugins.flexible_publish
 
ConditionalPublisher.ConditionalPublisherDescriptor() - Constructor for class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.ConditionalPublisherDescriptor
 
configure(StaplerRequest, JSONObject) - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 

D

defaultPublisherDescriptor_displayName() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Default publisher lister
DefaultPublisherDescriptorLister - Class in org.jenkins_ci.plugins.flexible_publish
 
DefaultPublisherDescriptorLister() - Constructor for class org.jenkins_ci.plugins.flexible_publish.DefaultPublisherDescriptorLister
 
DefaultPublisherDescriptorLister.DescriptorImpl - Class in org.jenkins_ci.plugins.flexible_publish
 
DefaultPublisherDescriptorLister.DescriptorImpl() - Constructor for class org.jenkins_ci.plugins.flexible_publish.DefaultPublisherDescriptorLister.DescriptorImpl
 

E

EXCLUSIONS - Static variable in class org.jenkins_ci.plugins.flexible_publish.DefaultPublisherDescriptorLister
 

F

FlexiblePublisher - Class in org.jenkins_ci.plugins.flexible_publish
 
FlexiblePublisher(ArrayList<ConditionalPublisher>) - Constructor for class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher
 
FlexiblePublisher.FlexiblePublisherDescriptor - Class in org.jenkins_ci.plugins.flexible_publish
 
FlexiblePublisher.FlexiblePublisherDescriptor(PublisherDescriptorLister) - Constructor for class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 
FlexiblePublisher.FlexiblePublisherDescriptor() - Constructor for class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 

G

getAllowedPublishers() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.ConditionalPublisherDescriptor
 
getAllowedPublishers(AbstractProject<?, ?>) - Method in class org.jenkins_ci.plugins.flexible_publish.DefaultPublisherDescriptorLister
 
getAllowedPublishers(AbstractProject<?, ?>) - Method in interface org.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister
 
getAllPublisherDescriptorListers() - Static method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 
getBuildStepRunners() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.ConditionalPublisherDescriptor
 
getCondition() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
getDefaultBuildStepRunner() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.ConditionalPublisherDescriptor
 
getDefaultRunCondition() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.ConditionalPublisherDescriptor
 
getDescriptor() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
getDescriptor() - Method in class org.jenkins_ci.plugins.flexible_publish.DefaultPublisherDescriptorLister
 
getDisplayName() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.ConditionalPublisherDescriptor
 
getDisplayName() - Method in class org.jenkins_ci.plugins.flexible_publish.DefaultPublisherDescriptorLister.DescriptorImpl
 
getDisplayName() - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 
getProjectActions(AbstractProject<?, ?>) - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
getProjectActions(AbstractProject<?, ?>) - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher
 
getPublisher() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
getPublisherLister() - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 
getPublishers() - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher
 
getRequiredMonitorService() - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher
 
getRunConditions() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher.ConditionalPublisherDescriptor
 
getRunner() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 

J

jobUpdated_theProjectIsNull() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
The project is null
JobUpdater - Class in org.jenkins_ci.plugins.flexible_publish
Utilities for the script console
JobUpdater() - Constructor for class org.jenkins_ci.plugins.flexible_publish.JobUpdater
 
jobUpdater_canMovePublishers() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Enabled publishers that can be moved:
jobUpdater_cannotMovePublishers() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Enabled publishers that cannot be moved:
jobUpdater_publisherNotAllowed(Object) - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Publisher [{0}] is not allowed as a Flexible publish action.
jobUpdater_publisherNotFound(Object) - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Could not find publisher [{0}].
jobUpdater_success() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Done.

L

list(AbstractProject<?, ?>) - Static method in class org.jenkins_ci.plugins.flexible_publish.JobUpdater
List the publishers that are enabled on the project, and that can be moved into the Flexible publish import static org.jenkins_ci.plugins.flexible_publish.JobUpdater.* def job = hudson.model.Hudson.instance.getItem('xxx') list job // Or, if you like doing it the hard way ...
list(AbstractProject<?, ?>, boolean) - Static method in class org.jenkins_ci.plugins.flexible_publish.JobUpdater
 
listCanMove(AbstractProject<?, ?>) - Static method in class org.jenkins_ci.plugins.flexible_publish.JobUpdater
List the publishers that are enabled on the project, and that can be moved into the Flexible publish import static org.jenkins_ci.plugins.flexible_publish.JobUpdater.* def job = hudson.model.Hudson.instance.getItem('xxx') listCanMove job
listCannotMove(AbstractProject<?, ?>) - Static method in class org.jenkins_ci.plugins.flexible_publish.JobUpdater
List the publishers that are enabled on the project, and but cannot be moved into the Flexible publish import static org.jenkins_ci.plugins.flexible_publish.JobUpdater.* def job = hudson.model.Hudson.instance.getItem('xxx') listCannotMove job // Or, if you like doing it the hard way ...

M

Messages - Class in org.jenkins_ci.plugins.flexible_publish
 
Messages() - Constructor for class org.jenkins_ci.plugins.flexible_publish.Messages
 
moveAllPublishers(AbstractProject<?, ?>) - Static method in class org.jenkins_ci.plugins.flexible_publish.JobUpdater
Move all publishers that are "allowed" to be moved into the Flexible publish Only use this method if you really know what you're doing - or don't care about the consequences For those that like to live on the edge!
movePublisher(AbstractProject<?, ?>, String) - Static method in class org.jenkins_ci.plugins.flexible_publish.JobUpdater
Move a publisher from the Post-build Actions and into the Flexible publish publisher For a freestyle project called 'xxx', to move the 'Archive the artifacts' step: import static org.jenkins_ci.plugins.flexible_publish.JobUpdater.* def job = hudson.model.Hudson.instance.getItem('xxx') movePublisher job, 'archive the artifacts' Once executed, go to the configure page to check that everything looks OK, then save the configuration

O

org.jenkins_ci.plugins.flexible_publish - package org.jenkins_ci.plugins.flexible_publish
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher
 
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher
 
PROMOTION_JOB_TYPE - Static variable in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher
 
publisher_displayName() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Flexible publish
PublisherDescriptorLister - Interface in org.jenkins_ci.plugins.flexible_publish
 

R

readResolve() - Method in class org.jenkins_ci.plugins.flexible_publish.ConditionalPublisher
 
readResolve() - Method in class org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
 

_

_defaultPublisherDescriptor_displayName() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Default publisher lister
_jobUpdated_theProjectIsNull() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
The project is null
_jobUpdater_canMovePublishers() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Enabled publishers that can be moved:
_jobUpdater_cannotMovePublishers() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Enabled publishers that cannot be moved:
_jobUpdater_publisherNotAllowed(Object) - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Publisher [{0}] is not allowed as a Flexible publish action.
_jobUpdater_publisherNotFound(Object) - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Could not find publisher [{0}].
_jobUpdater_success() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Done.
_publisher_displayName() - Static method in class org.jenkins_ci.plugins.flexible_publish.Messages
Flexible publish

C D E F G I J L M O P R _

Copyright © 2004-2011. All Rights Reserved.