Uses of Class
hudson.scm.IntegrityCMProject
Packages that use IntegrityCMProject
-
Uses of IntegrityCMProject in hudson.scm
Fields in hudson.scm with type parameters of type IntegrityCMProjectModifier and TypeFieldDescriptionprotected static final Map<String, IntegrityCMProject> AbstractIntegritySCM.projectsMethods in hudson.scm that return IntegrityCMProjectModifier and TypeMethodDescriptionstatic IntegrityCMProjectAbstractIntegritySCM.findProject(String configurationName) AbstractIntegritySCM.getIntegrityProject()Returns the Integrity Configuration Management ProjectConstructors in hudson.scm with parameters of type IntegrityCMProjectModifierConstructorDescriptionParseProjectFolderTask(com.mks.api.response.WorkItem wi, IntegrityCMProject siProject) ParseProjectMemberTask(com.mks.api.response.WorkItem wi, Map<String, String> pjConfigHash, IntegrityCMProject siProject) -
Uses of IntegrityCMProject in hudson.scm.localclient
Methods in hudson.scm.localclient with parameters of type IntegrityCMProjectModifier and TypeMethodDescriptionprotected booleanSandboxUtils.dropSandbox(ISession session, hudson.FilePath workspace, IntegrityCMProject siProject) protected booleanSandboxUtils.verifyCreateSandbox(ISession session, IntegrityCMProject siProject, hudson.FilePath workspace, String lineTerminator, String sandboxScope) protected booleanSandboxUtils.verifySandbox(ISession session, IntegrityCMProject siProject, hudson.FilePath workspace) Constructors in hudson.scm.localclient with parameters of type IntegrityCMProjectModifierConstructorDescriptionIntegrityCreateSandboxTask(SandboxUtils sboxUtil, IntegrityCMProject siProject, String alternateWorkspace, hudson.model.TaskListener listener, String lineTerminator, String sandboxScope)