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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 10070
9f5758c0fec1
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
88 88
89 <dt><i>interval</i></dt> 89 <dt><i>interval</i> (int)</dt>
90 <dd> 90 <dd>
91 new interval in seconds (integer) 91 new interval in seconds
92 </dd> 92 </dd>
93 <dt><i>project</i></dt> 93 <dt><i>project</i> (Project)</dt>
94 <dd> 94 <dd>
95 reference to the project object (Project) 95 reference to the project object
96 </dd> 96 </dd>
97 <dt><i>vcs</i></dt> 97 <dt><i>vcs</i> (Subversion)</dt>
98 <dd> 98 <dd>
99 reference to the version control object 99 reference to the version control object
100 </dd> 100 </dd>
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QObject)</dt>
102 <dd> 102 <dd>
103 reference to the parent object (QObject) 103 reference to the parent object
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a> 106 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a>
107 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4> 107 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4>
108 <b>__clientLoginCallback</b>(<i></i>) 108 <b>__clientLoginCallback</b>(<i></i>)
118 by subversion, username and password contain the relevant data 118 by subversion, username and password contain the relevant data
119 as strings and save is a flag indicating, that username and 119 as strings and save is a flag indicating, that username and
120 password should be saved. Always returns (False, "", "", False). 120 password should be saved. Always returns (False, "", "", False).
121 </dd> 121 </dd>
122 </dl> 122 </dl>
123 <dl>
124 <dt>Return Type:</dt>
125 <dd>
126 tuple of (bool, str, str, bool)
127 </dd>
128 </dl>
123 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a> 129 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a>
124 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4> 130 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4>
125 <b>__clientSslServerTrustPromptCallback</b>(<i></i>) 131 <b>__clientSslServerTrustPromptCallback</b>(<i></i>)
126 132
127 <p> 133 <p>
134 tuple of three values (retcode, acceptedFailures, save). 140 tuple of three values (retcode, acceptedFailures, save).
135 Retcode should be true, if the certificate should be accepted, 141 Retcode should be true, if the certificate should be accepted,
136 acceptedFailures should indicate the accepted certificate failures 142 acceptedFailures should indicate the accepted certificate failures
137 and save should be True, if subversion should save the certificate. 143 and save should be True, if subversion should save the certificate.
138 Always returns (False, 0, False). 144 Always returns (False, 0, False).
145 </dd>
146 </dl>
147 <dl>
148 <dt>Return Type:</dt>
149 <dd>
150 tuple of (bool, int, bool)
139 </dd> 151 </dd>
140 </dl> 152 </dl>
141 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a> 153 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a>
142 <h4>SvnStatusMonitorThread._performMonitor</h4> 154 <h4>SvnStatusMonitorThread._performMonitor</h4>
143 <b>_performMonitor</b>(<i></i>) 155 <b>_performMonitor</b>(<i></i>)
163 </ul> 175 </ul>
164 </p> 176 </p>
165 <dl> 177 <dl>
166 <dt>Return:</dt> 178 <dt>Return:</dt>
167 <dd> 179 <dd>
168 tuple of flag indicating successful operation (boolean) and 180 tuple of flag indicating successful operation and a status message
169 a status message in case of non successful operation (string) 181 in case of non successful operation
182 </dd>
183 </dl>
184 <dl>
185 <dt>Return Type:</dt>
186 <dd>
187 tuple of (bool, str)
170 </dd> 188 </dd>
171 </dl> 189 </dl>
172 <div align="right"><a href="#top">Up</a></div> 190 <div align="right"><a href="#top">Up</a></div>
173 <hr /> 191 <hr />
174 </body></html> 192 </body></html>

eric ide

mercurial