Home
last modified time | relevance | path

Searched defs:getBuildProperties (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/
H A DAbstractBuildScriptGenerator.java44 abstract protected Properties getBuildProperties() throws CoreException; in getBuildProperties() method in AbstractBuildScriptGenerator
H A DBuildDirector.java580 protected Properties getBuildProperties() { in getBuildProperties() method in BuildDirector
584 protected Properties getBuildProperties(BuildTimeFeature feature) throws CoreException { in getBuildProperties() method in BuildDirector
H A DFeatureBuildScriptGenerator.java756 protected Properties getBuildProperties() throws CoreException { in getBuildProperties() method in FeatureBuildScriptGenerator
770 protected Properties getBuildProperties(String featureLocation) throws CoreException { in getBuildProperties() method in FeatureBuildScriptGenerator
H A DSourceGenerator.java80 private Properties getBuildProperties() throws CoreException { in getBuildProperties() method in SourceGenerator
86 protected Properties getBuildProperties(BundleDescription model) throws CoreException { in getBuildProperties() method in SourceGenerator
H A DModelBuildScriptGenerator.java1827 protected Properties getBuildProperties() throws CoreException { in getBuildProperties() method in ModelBuildScriptGenerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/
H A DPDEProject.java167 public static IFile getBuildProperties(IProject project) { in getBuildProperties() method in PDEProject
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/
H A DAbstractPublisherTask.java95 protected Properties getBuildProperties() { in getBuildProperties() method in AbstractPublisherTask
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/db/
H A Dbuilds.py208 def getBuildProperties(self, bid, resultSpec=None): member in BuildsConnectorComponent
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fakedb/
H A Dbuilds.py150 def getBuildProperties(self, bid, resultSpec=None): member in FakeBuildsComponent