<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>validate (JobTrigger)</title>
<link rel=StyleSheet href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body bgcolor="white">
<pre><span class="cmt"># File checkjob.rb, line 45</span>
<span class="kw">def</span> validate()
<span class="kw">if</span> ( change.jobs.length() == 0 )
message( @@USER_MESSAGE )
<span class="kw">return</span> <span class="kw">false</span>
<span class="kw">end</span>
<span class="kw">return</span> <span class="kw">true</span>
<span class="kw">end</span></pre>
</body>
</html>
# |
Change |
User |
Description |
Committed |
|
#1
|
6014 |
Robert Cowham |
Bring in Tony's latest trigger changes |
|
|
//guest/tony_smith/perforce/P4Rubylib/triggers/doc/classes/JobTrigger.src/M000007.html |
#1
|
3637 |
Tony Smith |
Add RDoc documentation to the sample triggers. |
|
|