Uses of Class
com.cloudbees.hudson.plugins.folder.computed.FolderComputation
-
Packages that use FolderComputation Package Description com.cloudbees.hudson.plugins.folder.computed -
-
Uses of FolderComputation in com.cloudbees.hudson.plugins.folder.computed
Fields in com.cloudbees.hudson.plugins.folder.computed with type parameters of type FolderComputation Modifier and Type Field Description static AlternativeUiTextProvider.Message<FolderComputation>FolderComputation. DISPLAY_NAMEAllow other code to override the display name forFolderComputation.Methods in com.cloudbees.hudson.plugins.folder.computed that return FolderComputation Modifier and Type Method Description protected FolderComputation<I>ComputedFolder. createComputation(FolderComputation<I> previous)FolderComputation<I>ComputedFolder. createExecutable()FolderComputation<I>ComputedFolder. getComputation()URL binding and other purposes.Methods in com.cloudbees.hudson.plugins.folder.computed that return types with arguments of type FolderComputation Modifier and Type Method Description AnnotatedLargeText<FolderComputation<I>>FolderComputation. getEventsText()AnnotatedLargeText<FolderComputation<I>>FolderComputation. getLogText()Methods in com.cloudbees.hudson.plugins.folder.computed with parameters of type FolderComputation Modifier and Type Method Description protected FolderComputation<I>ComputedFolder. createComputation(FolderComputation<I> previous)Constructors in com.cloudbees.hudson.plugins.folder.computed with parameters of type FolderComputation Constructor Description FolderComputation(ComputedFolder<I> folder, FolderComputation<I> previous)
-