Uses of Class
org.jenkinsci.plugins.p4.workspace.Workspace
Packages that use Workspace
Package
Description
-
Uses of Workspace in org.jenkinsci.plugins.p4
Methods in org.jenkinsci.plugins.p4 that return WorkspaceConstructors in org.jenkinsci.plugins.p4 with parameters of type WorkspaceModifierConstructorDescriptionPerforceScm(String credential, Workspace workspace, List<Filter> filter, Populate populate, P4Browser browser) Create a constructor that takes non-transient fields, and add the annotation @DataBoundConstructor to it.PerforceScm(String credential, Workspace workspace, Populate populate) Internal constructor for functional tests. -
Uses of Workspace in org.jenkinsci.plugins.p4.client
Methods in org.jenkinsci.plugins.p4.client with parameters of type WorkspaceModifier and TypeMethodDescriptionprotected voidClientHelper.clientLogin(Workspace workspace) booleanClientHelper.isClientValid(Workspace workspace) voidConstructors in org.jenkinsci.plugins.p4.client with parameters of type WorkspaceModifierConstructorDescriptionClientHelper(ItemGroup context, String credential, TaskListener listener, Workspace workspace) ClientHelper(Item context, String credential, TaskListener listener, Workspace workspace) ClientHelper(P4BaseCredentials credential, TaskListener listener, Workspace workspace) TempClientHelper(Item context, String credential, TaskListener listener, Workspace workspace) -
Uses of Workspace in org.jenkinsci.plugins.p4.groovy
Methods in org.jenkinsci.plugins.p4.groovy that return WorkspaceConstructors in org.jenkinsci.plugins.p4.groovy with parameters of type WorkspaceModifierConstructorDescriptionprotectedGetP4Task(Run run, String credential, Workspace workspace, FilePath buildWorkspace, TaskListener listener) protectedP4Groovy(P4BaseCredentials credential, TaskListener listener, Workspace workspace, FilePath buildWorkspace) -
Uses of Workspace in org.jenkinsci.plugins.p4.publish
Methods in org.jenkinsci.plugins.p4.publish that return WorkspaceConstructors in org.jenkinsci.plugins.p4.publish with parameters of type WorkspaceModifierConstructorDescriptionPublishNotifier(String credential, Workspace workspace, Publish publish) PublishNotifierStep(String credential, Workspace workspace, Publish publish) -
Uses of Workspace in org.jenkinsci.plugins.p4.scm
Methods in org.jenkinsci.plugins.p4.scm that return WorkspaceModifier and TypeMethodDescriptionabstract WorkspaceAbstractP4ScmSource.getWorkspace(P4Path path) BranchesScmSource.getWorkspace(P4Path path) GlobalLibraryScmSource.getWorkspace(P4Path path) GraphScmSource.getWorkspace(P4Path path) StreamsScmSource.getWorkspace(P4Path path) SwarmScmSource.getWorkspace(P4Path path) -
Uses of Workspace in org.jenkinsci.plugins.p4.tagging
Methods in org.jenkinsci.plugins.p4.tagging that return WorkspaceMethods in org.jenkinsci.plugins.p4.tagging with parameters of type Workspace -
Uses of Workspace in org.jenkinsci.plugins.p4.tasks
Methods in org.jenkinsci.plugins.p4.tasks that return WorkspaceModifier and TypeMethodDescriptionprotected WorkspaceAbstractTask.getWorkspace()AbstractTask.setEnvironment(Run<?, ?> run, Workspace wsType, FilePath buildWorkspace) static WorkspaceAbstractTask.setup(Run<?, ?> run, Workspace wsType, FilePath buildWorkspace, TaskListener listener) Methods in org.jenkinsci.plugins.p4.tasks with parameters of type WorkspaceModifier and TypeMethodDescriptionAbstractTask.setEnvironment(Run<?, ?> run, Workspace wsType, FilePath buildWorkspace) static WorkspaceAbstractTask.setup(Run<?, ?> run, Workspace wsType, FilePath buildWorkspace, TaskListener listener) voidAbstractTask.setWorkspace(Workspace workspace) Set the workspace used for the task. -
Uses of Workspace in org.jenkinsci.plugins.p4.unshelve
Methods in org.jenkinsci.plugins.p4.unshelve with parameters of type WorkspaceModifier and TypeMethodDescriptionprotected booleanUnshelveBuilder.unshelve(Run<?, ?> run, String credential, Workspace workspace, FilePath buildWorkspace, TaskListener listener) Constructors in org.jenkinsci.plugins.p4.unshelve with parameters of type WorkspaceModifierConstructorDescriptionUnshelveBuilderStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy) Deprecated.UnshelveBuilderStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy, boolean ignoreEmpty) -
Uses of Workspace in org.jenkinsci.plugins.p4.workflow
Methods in org.jenkinsci.plugins.p4.workflow that return WorkspaceModifier and TypeMethodDescriptionP4PublishStep.getWorkspace()P4Step.getWorkspace()P4UnshelveStep.getWorkspace()Methods in org.jenkinsci.plugins.p4.workflow with parameters of type WorkspaceConstructors in org.jenkinsci.plugins.p4.workflow with parameters of type WorkspaceModifierConstructorDescriptionP4PublishStep(String credential, Workspace workspace, Publish publish) P4UnshelveStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy) Deprecated.P4UnshelveStep(String credential, Workspace workspace, String shelf, String resolve, boolean tidy, boolean ignoreEmpty) -
Uses of Workspace in org.jenkinsci.plugins.p4.workflow.source
Methods in org.jenkinsci.plugins.p4.workflow.source that return WorkspaceModifier and TypeMethodDescriptionprotected WorkspaceDepotSource.getManualWorkspace(String source, String charset, String format) abstract WorkspaceAbstractSource.getWorkspace(String charset, String format) DepotSource.getWorkspace(String charset, String format) GraphSource.getWorkspace(String charset, String format) StreamSource.getWorkspace(String charset, String format) TemplateSource.getWorkspace(String charset, String format) -
Uses of Workspace in org.jenkinsci.plugins.p4.workspace
Subclasses of Workspace in org.jenkinsci.plugins.p4.workspaceModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.jenkinsci.plugins.p4.workspace that return WorkspaceMethods in org.jenkinsci.plugins.p4.workspace that return types with arguments of type WorkspaceConstructor parameters in org.jenkinsci.plugins.p4.workspace with type arguments of type Workspace