OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feedWatchActions
(Results
1 - 4
of
4
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.uml2.properties
24
feedWatchActions
=/*[name() = 'feed']/*[name() = 'updated']/text(); null; null
35
#
feedWatchActions
=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 0
71
#
feedWatchActions
=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
81
#
feedWatchActions
=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 1
84
#
feedWatchActions
=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; null
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 = 'linux'][@ws = 'gtk']/text(); null; null
feedWatch.emf.properties
24
feedWatchActions
=\
38
#
feedWatchActions
=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 0
74
#
feedWatchActions
=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
84
#
feedWatchActions
=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 1
87
#
feedWatchActions
=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; null
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 = 'linux'][@ws = 'gtk']/text(); null; null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java
36
*
feedWatchActions
- semi-comma-separated list of triplets:
72
private String[]
feedWatchActions
= new String[] {};
90
public void setFeedWatchActions(String
feedWatchActions
) {
92
if (!isNullString(
feedWatchActions
)) {
93
this.
feedWatchActions
=
feedWatchActions
.split(splitter);
94
missingActions = this.
feedWatchActions
.length % 3; if (missingActions > 0) { missingActions = 3 - missingActions; }
99
System.out.println((i==0 && missingActions==2 ? Messages.getString("RSSFeedWatcherTask.WarningNoScriptAction") : Messages.getString("RSSFeedWatcherTask.WarningNoCommandlineParams")) + SP +
feedWatchActions
); //$NON-NLS-1$ //$NON-NLS-2$
100
feedWatchActions
+= "; null"; //$NON-NLS-1$
102
this.
feedWatchActions
= feedWatchActions.split(splitter)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar
Completed in 62 milliseconds