src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread</h1>
10
11 <p> 10 <p>
12 Module implementing the VCS status monitor thread class for Subversion. 11 Module implementing the VCS status monitor thread class for Subversion.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#SvnStatusMonitorThread">SvnStatusMonitorThread</a></td> 22 <td><a href="#SvnStatusMonitorThread">SvnStatusMonitorThread</a></td>
25 <td>Class implementing the VCS status monitor thread class for Subversion.</td> 23 <td>Class implementing the VCS status monitor thread class for Subversion.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="SvnStatusMonitorThread" ID="SvnStatusMonitorThread"></a> 34 <a NAME="SvnStatusMonitorThread" ID="SvnStatusMonitorThread"></a>
36 <h2>SvnStatusMonitorThread</h2> 35 <h2>SvnStatusMonitorThread</h2>
37
38 <p> 36 <p>
39 Class implementing the VCS status monitor thread class for Subversion. 37 Class implementing the VCS status monitor thread class for Subversion.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 VcsStatusMonitorThread 41 VcsStatusMonitorThread
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44
45 <table> 43 <table>
46 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>
47 </table> 45 </table>
46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49
50 <table> 48 <table>
51 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
52 </table> 50 </table>
51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54
55 <table> 53 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#SvnStatusMonitorThread.__init__">SvnStatusMonitorThread</a></td> 55 <td><a href="#SvnStatusMonitorThread.__init__">SvnStatusMonitorThread</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
69 <tr> 66 <tr>
70 <td><a href="#SvnStatusMonitorThread._performMonitor">_performMonitor</a></td> 67 <td><a href="#SvnStatusMonitorThread._performMonitor">_performMonitor</a></td>
71 <td>Protected method implementing the monitoring action.</td> 68 <td>Protected method implementing the monitoring action.</td>
72 </tr> 69 </tr>
73 </table> 70 </table>
71
74 <h3>Static Methods</h3> 72 <h3>Static Methods</h3>
75
76 <table> 73 <table>
77 <tr><td>None</td></tr> 74 <tr><td>None</td></tr>
78 </table> 75 </table>
79 76
77
80 <a NAME="SvnStatusMonitorThread.__init__" ID="SvnStatusMonitorThread.__init__"></a> 78 <a NAME="SvnStatusMonitorThread.__init__" ID="SvnStatusMonitorThread.__init__"></a>
81 <h4>SvnStatusMonitorThread (Constructor)</h4> 79 <h4>SvnStatusMonitorThread (Constructor)</h4>
82 <b>SvnStatusMonitorThread</b>(<i>interval, project, vcs, parent=None</i>) 80 <b>SvnStatusMonitorThread</b>(<i>interval, project, vcs, parent=None</i>)
83
84 <p> 81 <p>
85 Constructor 82 Constructor
86 </p> 83 </p>
84
87 <dl> 85 <dl>
88 86
89 <dt><i>interval</i> (int)</dt> 87 <dt><i>interval</i> (int)</dt>
90 <dd> 88 <dd>
91 new interval in seconds 89 new interval in seconds
104 </dd> 102 </dd>
105 </dl> 103 </dl>
106 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a> 104 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a>
107 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4> 105 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4>
108 <b>__clientLoginCallback</b>(<i></i>) 106 <b>__clientLoginCallback</b>(<i></i>)
109
110 <p> 107 <p>
111 Private method called by the client to get login information. 108 Private method called by the client to get login information.
112 </p> 109 </p>
110
113 <dl> 111 <dl>
114 <dt>Return:</dt> 112 <dt>Return:</dt>
115 <dd> 113 <dd>
116 tuple of four values (retcode, username, password, save). 114 tuple of four values (retcode, username, password, save).
117 Retcode should be True, if username and password should be used 115 Retcode should be True, if username and password should be used
127 </dd> 125 </dd>
128 </dl> 126 </dl>
129 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a> 127 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a>
130 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4> 128 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4>
131 <b>__clientSslServerTrustPromptCallback</b>(<i></i>) 129 <b>__clientSslServerTrustPromptCallback</b>(<i></i>)
132
133 <p> 130 <p>
134 Private method called by the client to request acceptance for a 131 Private method called by the client to request acceptance for a
135 ssl server certificate. 132 ssl server certificate.
136 </p> 133 </p>
134
137 <dl> 135 <dl>
138 <dt>Return:</dt> 136 <dt>Return:</dt>
139 <dd> 137 <dd>
140 tuple of three values (retcode, acceptedFailures, save). 138 tuple of three values (retcode, acceptedFailures, save).
141 Retcode should be true, if the certificate should be accepted, 139 Retcode should be true, if the certificate should be accepted,
151 </dd> 149 </dd>
152 </dl> 150 </dl>
153 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a> 151 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a>
154 <h4>SvnStatusMonitorThread._performMonitor</h4> 152 <h4>SvnStatusMonitorThread._performMonitor</h4>
155 <b>_performMonitor</b>(<i></i>) 153 <b>_performMonitor</b>(<i></i>)
156
157 <p> 154 <p>
158 Protected method implementing the monitoring action. 155 Protected method implementing the monitoring action.
159 </p> 156 </p>
160 <p> 157 <p>
161 This method populates the statusList member variable 158 This method populates the statusList member variable
172 <li>"?" path is not tracked</li> 169 <li>"?" path is not tracked</li>
173 <li>"!" path is missing</li> 170 <li>"!" path is missing</li>
174 <li>" " path is back at normal</li> 171 <li>" " path is back at normal</li>
175 </ul> 172 </ul>
176 </p> 173 </p>
174
177 <dl> 175 <dl>
178 <dt>Return:</dt> 176 <dt>Return:</dt>
179 <dd> 177 <dd>
180 tuple of flag indicating successful operation and a status message 178 tuple of flag indicating successful operation and a status message
181 in case of non successful operation 179 in case of non successful operation

eric ide

mercurial