Uses of Class
hudson.scm.IntegrityConfigurable
Packages that use IntegrityConfigurable
-
Uses of IntegrityConfigurable in hudson.scm
Methods in hudson.scm that return IntegrityConfigurableModifier and TypeMethodDescriptionIntegritySCM.DescriptorImpl.getConfiguration(String name) Return the IntegrityConfigurable object for the specified simple nameIntegritySCMCheckinStep.getConnectionSettings()IntegritySCMChkptStep.getConnectionSettings()IntegritySCMLabelStep.getConnectionSettings()AbstractIntegritySCM.getProjectSettings()Gets the project specific user/password for this buildMethods in hudson.scm that return types with arguments of type IntegrityConfigurableModifier and TypeMethodDescriptionIntegritySCM.DescriptorImpl.getConfigurations()Returns the list of Integrity Server connections.Methods in hudson.scm with parameters of type IntegrityConfigurableModifier and TypeMethodDescriptioncom.mks.api.response.ResponseIntegrityCMProject.addProjectLabel(IntegrityConfigurable serverConf, String chkptLabel, String projectName, String projectRevision) Applies a Project Label on this Integrity CM Projectcom.mks.api.response.ResponseIntegrityCMProject.checkpoint(IntegrityConfigurable integrityConfigurable, String chkptLabel) Performs a checkpoint on this Integrity CM Projectstatic final StringIntegrityCMMember.createCP(IntegrityConfigurable ciSettings, String itemID, String desc) Creates a Change Package for updating Integrity SCM projectsIntegrityCMProject.projectCPDiff(IntegrityConfigurable serverConf, Date pastDate) Performs a projectCPDiff on this Integrity CM Projectstatic final voidIntegrityCMMember.submitCP(IntegrityConfigurable ciSettings, String cpid) Submits the change package used for updating the Integrity SCM projectstatic final voidIntegrityCMMember.unlockMembers(IntegrityConfigurable integrityConfig, String configPath) Performs a recursive unlock on all current user's locked membersstatic final voidIntegrityCMMember.updateMember(IntegrityConfigurable ciSettings, String configPath, hudson.FilePath member, String relativePath, String cpid, String desc) Performs a lock and subsequent project checkin for the specified memberstatic final Map<IntegrityCMMember.CPInfo, List<IntegrityCMMember.CPMember>> IntegrityCMMember.viewCP(IntegrityConfigurable ciSettings, Set<String> projectCPIDs, String cpCacheTable, Map<IntegrityCMMember.CPInfo, List<IntegrityCMMember.CPMember>> membersInCP) View the change packageMethod parameters in hudson.scm with type arguments of type IntegrityConfigurableModifier and TypeMethodDescriptionvoidIntegritySCM.DescriptorImpl.setConfigurations(List<IntegrityConfigurable> configurations) Sets the list of Integrity Server connections.Constructors in hudson.scm with parameters of type IntegrityConfigurableModifierConstructorDescriptionIntegrityCheckinTask(String ciConfigPath, String ciWorkspaceDir, String ciIncludes, String ciExcludes, hudson.model.AbstractBuild<?, ?> build, hudson.model.BuildListener listener, IntegrityConfigurable integrityConfig) The check-in task provides updates back to an Integrity CM ProjectIntegrityCheckoutTask(List<Hashtable<CM_PROJECT, Object>> projectMembersList, List<String> dirList, String alternateWorkspaceDir, String lineTerminator, boolean restoreTimestamp, boolean cleanCopy, boolean fetchChangedWorkspaceFiles, int checkoutThreadPoolSize, int checkoutThreadTimeout, hudson.model.TaskListener listener, IntegrityConfigurable integrityConfig) Hudson supports building on distributed machines, and the SCM plugin must be able to be executed on other machines than the master.IntegritySCMCheckinNotifierStep(IntegrityConfigurable ciSettings, String configPath, String includes, String excludes, String itemID) IntegritySCMChkptNotifierStep(IntegrityConfigurable ciSettings, String configPath, String checkpointLabel, String checkpointDesc) IntegritySCMLabelNotifierStep(IntegrityConfigurable ciSettings, String configPath, String checkpointLabel) -
Uses of IntegrityConfigurable in hudson.scm.api.command
Fields in hudson.scm.api.command declared as IntegrityConfigurableModifier and TypeFieldDescriptionprotected final IntegrityConfigurableBasicAPICommand.serverConfigMethods in hudson.scm.api.command with parameters of type IntegrityConfigurableModifier and TypeMethodDescriptionstatic IAPICommandCommandFactory.createCommand(String commandName, IntegrityConfigurable integrityConfig) Constructors in hudson.scm.api.command with parameters of type IntegrityConfigurableModifierConstructorDescriptionprotectedAddProjectLabelCommand(IntegrityConfigurable serverConfig) BasicAPICommand(IntegrityConfigurable serverConfig) Constructor initialized with serverconfig id for commands to fire to a particular Integrity serverprotectedCheckPointCommand(IntegrityConfigurable serverConfig) protectedCloseCPCommand(IntegrityConfigurable serverConfig) protectedCreateCPCommand(IntegrityConfigurable serverConfig) protectedEditIssuesCommand(IntegrityConfigurable serverConfig) protectedEditResultsCommand(IntegrityConfigurable serverConfig) protectedIssuesCommand(IntegrityConfigurable serverConfig) protectedLockCommand(IntegrityConfigurable serverConfig) protectedProjectAddCommand(IntegrityConfigurable serverConfig) protectedProjectCheckinCommand(IntegrityConfigurable serverConfig) protectedProjectCPDiffCommand(IntegrityConfigurable serverConfig) protectedProjectInfoCommand(IntegrityConfigurable serverConfig) protectedRelationshipsCommand(IntegrityConfigurable serverConfig) protectedRevisionInfoCommand(IntegrityConfigurable serverConfig) protectedSubmitCPCommand(IntegrityConfigurable serverConfig) protectedUnlockCommand(IntegrityConfigurable serverConfig) protectedViewCPCommand(IntegrityConfigurable serverConfig) protectedViewProjectCommand(IntegrityConfigurable serverConfig) -
Uses of IntegrityConfigurable in hudson.scm.api.session
Methods in hudson.scm.api.session that return types with arguments of type IntegrityConfigurableModifier and TypeMethodDescriptionorg.apache.commons.pool2.KeyedObjectPool<IntegrityConfigurable, ISession> ISessionPool.getPool()Methods in hudson.scm.api.session with parameters of type IntegrityConfigurableModifier and TypeMethodDescriptionstatic ISessionAPISession.create(IntegrityConfigurable settings) Creates an authenticated API Session against the Integrity Serverstatic ISessionAPISession.createLocalIntegrationPoint(IntegrityConfigurable settings) Creates a local integration point -
Uses of IntegrityConfigurable in hudson.scm.localclient
Constructors in hudson.scm.localclient with parameters of type IntegrityConfigurableModifierConstructorDescriptionSandboxUtils(IntegrityConfigurable integrityConfigurable, hudson.model.TaskListener listener)