Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionUsed by the by the original mode of
StageStep, since deprecated by the block-scoped mode. Replaced for most purposes byLabelActionand inspection of nesting structure.
-
Deprecated ClassesClassDescriptionunusedunused
-
Deprecated MethodsMethodDescriptionwithout replacement; only used from
StashManager.CopyStashesAndArtifactsanywayThis class isIterablenow. UseFlowGraphWalker.iterator()instead.UsuallyFlowNode.isActive()is what you want. If you really wanted the original behavior, useFlowExecution.isCurrentHead(org.jenkinsci.plugins.workflow.graph.FlowNode).Why are you calling a method that always return empty list?unsafe to callorg.jenkinsci.plugins.workflow.log.FileLogStorage.getLogFile(FlowExecutionOwner.Executable, boolean) Only used for compatibility withRun.getLogFile().org.jenkinsci.plugins.workflow.visualization.table.FlowNodeViewColumnDescriptor.getDefaultInstance()Don't use this method outside the core workflow plugins as we'll likely change this.Don't use this method outside the core workflow plugins as we'll likely change this.