Hi,

I am developing one custom plugin which triggers the build based on some
condition.
i just looked at the code which you have written as a reference and got
some doubts.
just wanted to have your suggestion on that

in the FilesFoundTriggerConfig class, i have found this :

@Override public Descriptor<FilesFoundTriggerConfig> getDescriptor() {
return getClassDescriptor(); }
 when i used the getClassDescriptor , i am not able to resolve the same in
eclipse
i am developing this plugin against Jenkins version 1.580.1
i have already imported all the Jenkins packages but still not able to
resolve
further, if i just return null , will it work ? is there any specific
reason to return getClassDescriptor
can you please help me in some pointers ?

Regards,
Irfan

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CACGLCJYppeQQbvuT1tJRtJoxwYE20ccJDoTGBzOesbnBVgM05Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to