Class SvnCommit

    • Field Detail

      • keepChangelists

        private boolean keepChangelists
      • keepLocks

        private boolean keepLocks
      • force

        private boolean force
      • isFailOnMultipleRepositories

        private boolean isFailOnMultipleRepositories
      • combinePackets

        private boolean combinePackets
      • includeFileExternals

        private boolean includeFileExternals
      • includeDirectoryExternals

        private boolean includeDirectoryExternals
    • Method Detail

      • isKeepChangelists

        public boolean isKeepChangelists()
        Gets whether or not changelists should be removed.
        Returns:
        true if changelists should be removed, otherwise false
      • setKeepChangelists

        public void setKeepChangelists​(boolean keepChangelists)
        Sets whether or not changelists should be removed.
        Parameters:
        keepChangelists - true if changelists should be removed, otherwise false
      • isKeepLocks

        public boolean isKeepLocks()
        Gets whether or not to unlock files in the repository.
        Returns:
        true if files should not be unlocked in the repository, otherwise false
      • setKeepLocks

        public void setKeepLocks​(boolean keepLocks)
        Sets whether or not to unlock files in the repository.
        Parameters:
        keepLocks - true if files should not be unlocked in the repository, otherwise false
      • setCommitParameters

        public void setCommitParameters​(ISvnCommitParameters commitParameters)
        Sets operation's parameters of the commit.
        Parameters:
        commitParameters - commit parameters of the operation
        See Also:
        ISvnCommitParameters
      • setForce

        public void setForce​(boolean force)
        Gets whether or not to force a non-recursive commit; if depth is SVNDepth.INFINITY the force flag is ignored.
        Parameters:
        force - true if non-recursive commit should be forced, otherwise false
      • isForce

        public boolean isForce()
        Sets whether or not to force a non-recursive commit; if depth is SVNDepth.INFINITY the force flag is ignored.
        Returns:
        true if non-recursive commit should be forced, otherwise false
      • isChangesWorkingCopy

        public boolean isChangesWorkingCopy()
        Gets whether the operation changes working copy
        Overrides:
        isChangesWorkingCopy in class SvnOperation<SVNCommitInfo>
        Returns:
        true if the operation changes the working copy, otherwise false
      • setCombinePackets

        public void setCombinePackets​(boolean combine)
      • isCombinePackets

        public boolean isCombinePackets()
      • isFailOnMultipleRepositories

        public boolean isFailOnMultipleRepositories()
      • setFailOnMultipleRepositories

        public void setFailOnMultipleRepositories​(boolean fail)
      • isIncludeFileExternals

        public boolean isIncludeFileExternals()
      • setIncludeFileExternals

        public void setIncludeFileExternals​(boolean includeFileExternals)
      • isIncludeDirectoryExternals

        public boolean isIncludeDirectoryExternals()
      • setIncludeDirectoryExternals

        public void setIncludeDirectoryExternals​(boolean includeDirectoryExternals)