Home
last modified time | relevance | path

Searched refs:feedWatchActions (Results 1 – 4 of 4) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
DRSSFeedWatcherTask.java72 private String[] feedWatchActions = new String[] {}; field in RSSFeedWatcherTask
90 public void setFeedWatchActions(String feedWatchActions) { in setFeedWatchActions() argument
92 if (!isNullString(feedWatchActions)) { in setFeedWatchActions()
93 this.feedWatchActions = feedWatchActions.split(splitter); in setFeedWatchActions()
94 …missingActions = this.feedWatchActions.length % 3; if (missingActions > 0) { missingActions = 3 - … in setFeedWatchActions()
99 ….getString("RSSFeedWatcherTask.WarningNoCommandlineParams")) + SP + feedWatchActions ); //$NON-NLS… in setFeedWatchActions()
100 feedWatchActions += "; null"; //$NON-NLS-1$ in setFeedWatchActions()
102 this.feedWatchActions = feedWatchActions.split(splitter); in setFeedWatchActions()
115 if (feedWatchActions==null || feedWatchActions.length<1) { in execute()
137 for (int i = 0; i < feedWatchActions.length; i+=3) in checkFeed()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.emf.properties24 feedWatchActions=\ key
38 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmai…
74 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
84 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.…
87 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailA…
90 # feedWatchActions=//*[name() = 'entry'][1]/*/*/*[name() = 'coordinated']/@status; null; null
93 # feedWatchActions=//*[name() = 'entry'][1]/*/*[name() = 'build']/@jars; null; null
96 # feedWatchActions=//*[name() = 'entry'][1]/*/*/*/*[@type = 'performance']/*[name() = 'result'][@os…
DfeedWatch.uml2.properties24 feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); null; null key
35 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmai…
71 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
81 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.…
84 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailA…
87 # feedWatchActions=//*[name() = 'entry'][1]/*/*/*[name() = 'coordinated']/@status; null; null
90 # feedWatchActions=//*[name() = 'entry'][1]/*/*[name() = 'build']/@jars; null; null
93 # feedWatchActions=//*[name() = 'entry'][1]/*/*/*/*[@type = 'performance']/*[name() = 'result'][@os…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...