<div dir="auto">Those are basically aliases that are guaranteed forward compatible.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 14 août 2020 à 18:31, Povilas Kanapickas <<a href="mailto:povilas@radix.lt">povilas@radix.lt</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On 8/13/20 11:13 PM, Ryan Schmidt wrote:<br>
> What's the difference between util.Property and buildbot.process.properties.Property?<br>
<br>
These two are the same.<br>
<br>
util.Property comes from the buildbot.util package which contains a<br>
bunch of miscellaneous stuff as entry points.<br>
<br>
buildbot.process.properties.Property is one of them.<br>
<br>
Cheers,<br>
Povilas<br>
<br>
> Most of the documentation suggests using util.Property but on this page when describing set_properties it shows an example using just Property and mentions that it is an instance of buildbot.process.properties.Property:<br>
> <br>
> <a href="http://docs.buildbot.net/latest/manual/configuration/steps/trigger.html?highlight=set_properties#trigger" rel="noreferrer noreferrer" target="_blank">http://docs.buildbot.net/latest/manual/configuration/steps/trigger.html?highlight=set_properties#trigger</a><br>
> <br>
> This suggests to me that we should be (and in our current 0.8 configuration we are) using "from buildbot.process.properties import Property" and referring to it as "Property" when using it in "set_properties". We also have "from buildbot.plugins import util" and use "util.Property" in our other build steps. Do we really need to be making that distinction or should we (in our new 2.8.2 configuration) be using "util.Property" everywhere?<br>
> <br>
> _______________________________________________<br>
> users mailing list<br>
> <a href="mailto:users@buildbot.net" target="_blank" rel="noreferrer">users@buildbot.net</a><br>
> <a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
> <br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank" rel="noreferrer">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>