Class WorkspaceUpdater.UpdateTask

    • Field Detail

      • manager

        public org.tmatesoft.svn.core.wc.SVNClientManager manager
        Deprecated.
        as of 1.40 Use clientManager
      • clientManager

        public SvnClientManager clientManager
        Factory for various subversion commands.
      • authProvider

        public org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider authProvider
        Encapusulates the authentication. Connected back to Jenkins controller. Never null.
      • timestamp

        public Date timestamp
        In the absence of a revision-specific check out, we want to check out by this timestamp, not just the latest to ensure consistency. Never null.
      • listener

        public TaskListener listener
        Connected to build console. Never null.
      • ws

        public File ws
        Build workspace. Never null.
      • quietOperation

        public boolean quietOperation
        --quiet for subversion operations. Default = false.
      • revisions

        public RevisionParameterAction revisions
        If the build parameter is specified with specific version numbers, this field captures that. Can be null.
    • Constructor Detail

      • UpdateTask

        public UpdateTask()