Uses of Class
com.cloudbees.hudson.plugins.folder.computed.FolderComputation
Packages that use FolderComputation
-
Uses of FolderComputation in com.cloudbees.hudson.plugins.folder.computed
Fields in com.cloudbees.hudson.plugins.folder.computed with type parameters of type FolderComputationModifier and TypeFieldDescriptionstatic final AlternativeUiTextProvider.Message<FolderComputation>
FolderComputation.DISPLAY_NAME
Allow other code to override the display name forFolderComputation
.Methods in com.cloudbees.hudson.plugins.folder.computed that return FolderComputationModifier and TypeMethodDescriptionprotected FolderComputation<I>
ComputedFolder.createComputation
(FolderComputation<I> previous) final FolderComputation<I>
ComputedFolder.createExecutable()
ComputedFolder.getComputation()
URL binding and other purposes.Methods in com.cloudbees.hudson.plugins.folder.computed that return types with arguments of type FolderComputationModifier and TypeMethodDescriptionFolderComputation.getEventsText()
FolderComputation.getLogText()
Methods in com.cloudbees.hudson.plugins.folder.computed with parameters of type FolderComputationModifier and TypeMethodDescriptionprotected FolderComputation<I>
ComputedFolder.createComputation
(FolderComputation<I> previous) Constructors in com.cloudbees.hudson.plugins.folder.computed with parameters of type FolderComputationModifierConstructorDescriptionprotected
FolderComputation
(ComputedFolder<I> folder, FolderComputation<I> previous)