Uses of Class
org.jenkinsci.plugins.p4.workspace.Workspace
-
-
Uses of Workspace in org.jenkinsci.plugins.p4
Methods in org.jenkinsci.plugins.p4 that return Workspace Modifier and Type Method Description WorkspacePerforceScm. getWorkspace()Constructors in org.jenkinsci.plugins.p4 with parameters of type Workspace Constructor Description PerforceScm(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 Workspace Modifier and Type Method Description protected voidClientHelper. clientLogin(Workspace workspace)booleanClientHelper. isClientValid(Workspace workspace)voidTempClientHelper. update(Workspace workspace)Constructors in org.jenkinsci.plugins.p4.client with parameters of type Workspace Constructor Description ClientHelper(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 Workspace Modifier and Type Method Description WorkspaceGetP4. getWorkspace()WorkspaceGetP4Step. getWorkspace()Constructors in org.jenkinsci.plugins.p4.groovy with parameters of type Workspace Constructor Description GetP4(String credential, Workspace workspace)GetP4Step(String credential, Workspace workspace)GetP4Task(Run run, String credential, Workspace workspace, FilePath buildWorkspace, TaskListener listener)P4Groovy(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 Workspace Modifier and Type Method Description WorkspacePublishNotifier. getWorkspace()Constructors in org.jenkinsci.plugins.p4.publish with parameters of type Workspace Constructor Description PublishNotifier(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 Workspace Modifier and Type Method Description abstract WorkspaceAbstractP4ScmSource. getWorkspace(P4Path path)WorkspaceBranchesScmSource. getWorkspace(P4Path path)WorkspaceGlobalLibraryScmSource. getWorkspace(P4Path path)WorkspaceGraphScmSource. getWorkspace(P4Path path)WorkspaceStreamsScmSource. getWorkspace(P4Path path)WorkspaceSwarmScmSource. getWorkspace(P4Path path) -
Uses of Workspace in org.jenkinsci.plugins.p4.tagging
Methods in org.jenkinsci.plugins.p4.tagging that return Workspace Modifier and Type Method Description WorkspaceTagAction. getWorkspace()Methods in org.jenkinsci.plugins.p4.tagging with parameters of type Workspace Modifier and Type Method Description voidTagAction. setWorkspace(Workspace workspace) -
Uses of Workspace in org.jenkinsci.plugins.p4.tasks
Methods in org.jenkinsci.plugins.p4.tasks that return Workspace Modifier and Type Method Description protected WorkspaceAbstractTask. getWorkspace()WorkspaceAbstractTask. 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 Workspace Modifier and Type Method Description WorkspaceAbstractTask. 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 Workspace Modifier and Type Method Description protected booleanUnshelveBuilder. unshelve(Run<?,?> run, String credential, Workspace workspace, FilePath buildWorkspace, TaskListener listener)Constructors in org.jenkinsci.plugins.p4.unshelve with parameters of type Workspace Constructor Description UnshelveBuilderStep(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 Workspace Modifier and Type Method Description WorkspaceP4PublishStep. getWorkspace()WorkspaceP4Step. getWorkspace()WorkspaceP4UnshelveStep. getWorkspace()Methods in org.jenkinsci.plugins.p4.workflow with parameters of type Workspace Modifier and Type Method Description voidP4Step. setWorkspace(Workspace workspace)Constructors in org.jenkinsci.plugins.p4.workflow with parameters of type Workspace Constructor Description P4PublishStep(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 Workspace Modifier and Type Method Description protected WorkspaceDepotSource. getManualWorkspace(String source, String charset, String format)abstract WorkspaceAbstractSource. getWorkspace(String charset, String format)WorkspaceDepotSource. getWorkspace(String charset, String format)WorkspaceGraphSource. getWorkspace(String charset, String format)WorkspaceStreamSource. getWorkspace(String charset, String format)WorkspaceTemplateSource. getWorkspace(String charset, String format) -
Uses of Workspace in org.jenkinsci.plugins.p4.workspace
Subclasses of Workspace in org.jenkinsci.plugins.p4.workspace Modifier and Type Class Description classManualWorkspaceImplclassSpecWorkspaceImplclassStaticWorkspaceImplclassStreamWorkspaceImplclassTemplateWorkspaceImplMethods in org.jenkinsci.plugins.p4.workspace that return Workspace Modifier and Type Method Description WorkspaceWorkspace. deepClone()Methods in org.jenkinsci.plugins.p4.workspace that return types with arguments of type Workspace Modifier and Type Method Description static DescriptorExtensionList<Workspace,WorkspaceDescriptor>Workspace. all()Constructor parameters in org.jenkinsci.plugins.p4.workspace with type arguments of type Workspace Constructor Description WorkspaceDescriptor(Class<? extends Workspace> clazz)
-