B C D G H I N O P R S T U 

B

buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.plugins.templateproject.ProxyBuilder
 
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.plugins.templateproject.ProxyPublisher
Any of the publisher could support the DependecyDeclarer interface, so proxy will handle it as well.
buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.plugins.templateproject.ProxySCM
 

C

calcRevisionsFromBuild(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.plugins.templateproject.ProxySCM
 
checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.plugins.templateproject.ProxySCM
 
compareRemoteRevisionWith(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.plugins.templateproject.ProxySCM
 
createChangeLogParser() - Method in class hudson.plugins.templateproject.ProxySCM
 

D

decorateLauncher(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
decorateLogger(AbstractBuild, OutputStream) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
doCheckProjectName(AccessControlled, String) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment.DescriptorImpl
Form validation method.
doCheckProjectName(AccessControlled, String) - Method in class hudson.plugins.templateproject.ProxyBuilder.DescriptorImpl
Form validation method.
doCheckProjectName(AccessControlled, String) - Method in class hudson.plugins.templateproject.ProxyPublisher.DescriptorImpl
Form validation method.
doCheckProjectName(AccessControlled, String) - Method in class hudson.plugins.templateproject.ProxySCM.DescriptorImpl
Form validation method.

G

getBrowser() - Method in class hudson.plugins.templateproject.ProxySCM
 
getDisplayName() - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.templateproject.ProxyBuilder.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.templateproject.ProxyPublisher.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.templateproject.ProxySCM.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.templateproject.UpdateTransientProperty.DescriptorImpl
 
getExpandedProjectName(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
getExpandedProjectName(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxyBuilder
 
getExpandedProjectName(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxyPublisher
 
getExpandedProjectName(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxySCM
 
getExpandedProjectName(String, AbstractBuild<?, ?>) - Static method in class hudson.plugins.templateproject.TemplateUtils
 
getModuleRoot(FilePath) - Method in class hudson.plugins.templateproject.ProxySCM
 
getModuleRoots(FilePath) - Method in class hudson.plugins.templateproject.ProxySCM
 
getProject() - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
getProject() - Method in class hudson.plugins.templateproject.ProxyBuilder
 
getProject() - Method in class hudson.plugins.templateproject.ProxyPublisher
 
getProject() - Method in class hudson.plugins.templateproject.ProxySCM
 
getProject(String, AbstractBuild<?, ?>) - Static method in class hudson.plugins.templateproject.TemplateUtils
 
getProjectActions(AbstractProject) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.plugins.templateproject.ProxyBuilder
 
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.plugins.templateproject.ProxyPublisher
 
getProjectBuilders(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxyBuilder
 
getProjectBuildWrappers(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
getProjectName() - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
getProjectName() - Method in class hudson.plugins.templateproject.ProxyBuilder
 
getProjectName() - Method in class hudson.plugins.templateproject.ProxyPublisher
 
getProjectName() - Method in class hudson.plugins.templateproject.ProxySCM
 
getProjectPublishersList(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxyPublisher
 
getProjectScm(AbstractBuild<?, ?>) - Method in class hudson.plugins.templateproject.ProxySCM
 
getProjectScm() - Method in class hudson.plugins.templateproject.ProxySCM
 
getRequiredMonitorService() - Method in class hudson.plugins.templateproject.ProxyPublisher
 

H

hasBuilder(AbstractProject<?, ?>, Class<T>) - Method in class hudson.plugins.templateproject.ItemListenerImpl
 
hasBuildWrappers(AbstractProject<?, ?>, Class<T>) - Method in class hudson.plugins.templateproject.ItemListenerImpl
 
hudson.plugins.templateproject - package hudson.plugins.templateproject
 

I

isApplicable(AbstractProject<?, ?>) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.templateproject.ProxyBuilder.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.templateproject.ProxyPublisher.DescriptorImpl
 
ItemListenerImpl - Class in hudson.plugins.templateproject
This ItemListener implementation will force job using template for publisher to regenerate the transient actions list.
ItemListenerImpl() - Constructor for class hudson.plugins.templateproject.ItemListenerImpl
 

N

needsToRunAfterFinalized() - Method in class hudson.plugins.templateproject.ProxyPublisher
 

O

onLoaded() - Method in class hudson.plugins.templateproject.ItemListenerImpl
Let's force the projects using either the ProxyPublisher or the ProxyBuilder to update their transient actions.

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.templateproject.ProxyBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.templateproject.ProxyPublisher
 
pollChanges(AbstractProject, Launcher, FilePath, TaskListener) - Method in class hudson.plugins.templateproject.ProxySCM
Deprecated.
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.plugins.templateproject.ProxyBuilder
 
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.plugins.templateproject.ProxyPublisher
 
preCheckout(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
processWorkspaceBeforeDeletion(AbstractProject<?, ?>, FilePath, Node) - Method in class hudson.plugins.templateproject.ProxySCM
 
ProxyBuildEnvironment - Class in hudson.plugins.templateproject
 
ProxyBuildEnvironment(String) - Constructor for class hudson.plugins.templateproject.ProxyBuildEnvironment
 
ProxyBuildEnvironment.DescriptorImpl - Class in hudson.plugins.templateproject
 
ProxyBuildEnvironment.DescriptorImpl() - Constructor for class hudson.plugins.templateproject.ProxyBuildEnvironment.DescriptorImpl
 
ProxyBuilder - Class in hudson.plugins.templateproject
 
ProxyBuilder(String) - Constructor for class hudson.plugins.templateproject.ProxyBuilder
 
ProxyBuilder.DescriptorImpl - Class in hudson.plugins.templateproject
 
ProxyBuilder.DescriptorImpl() - Constructor for class hudson.plugins.templateproject.ProxyBuilder.DescriptorImpl
 
ProxyPublisher - Class in hudson.plugins.templateproject
 
ProxyPublisher(String) - Constructor for class hudson.plugins.templateproject.ProxyPublisher
 
ProxyPublisher.DescriptorImpl - Class in hudson.plugins.templateproject
 
ProxyPublisher.DescriptorImpl() - Constructor for class hudson.plugins.templateproject.ProxyPublisher.DescriptorImpl
 
ProxySCM - Class in hudson.plugins.templateproject
 
ProxySCM(String) - Constructor for class hudson.plugins.templateproject.ProxySCM
 
ProxySCM.DescriptorImpl - Class in hudson.plugins.templateproject
 
ProxySCM.DescriptorImpl() - Constructor for class hudson.plugins.templateproject.ProxySCM.DescriptorImpl
 

R

requiresWorkspaceForPolling() - Method in class hudson.plugins.templateproject.ProxySCM
 

S

setUp(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.templateproject.ProxyBuildEnvironment
 
supportsPolling() - Method in class hudson.plugins.templateproject.ProxySCM
 

T

TemplateUtils - Class in hudson.plugins.templateproject
 
TemplateUtils() - Constructor for class hudson.plugins.templateproject.TemplateUtils
 

U

UpdateTransientProperty - Class in hudson.plugins.templateproject
A property that is only used to trigger the transient actions creations under a project.
UpdateTransientProperty() - Constructor for class hudson.plugins.templateproject.UpdateTransientProperty
 
UpdateTransientProperty.DescriptorImpl - Class in hudson.plugins.templateproject
 
UpdateTransientProperty.DescriptorImpl() - Constructor for class hudson.plugins.templateproject.UpdateTransientProperty.DescriptorImpl
 
B C D G H I N O P R S T U 

Copyright © 2004-2016. All Rights Reserved.