![]() |
|
|
|
|
Issue Type:
|
Improvement
|
|
Assignee:
|
Unassigned |
|
Components:
|
core |
|
Created:
|
12/Mar/13 12:55 AM
|
|
Description:
|
Add ProcessTree extension point to allow arbitrary OS implementations? Is this possible? I think there are also other things that needs to be implemented as well, such as Memory to identify swap space? What else needs to be implemented to full support another OS?
This improvement was stemed from 16867
https://issues.jenkins-ci.org/browse/JENKINS-16867
String os = Util.fixNull(System.getProperty("os.name"));
if (os.equals("Linux"))
return new Linux();
if (os.equals("SunOS"))
return new Solaris();
if (os.equals("Mac OS X"))
return new Darwin();
for (OtherOs otherOs : OtherOs.all) {
if (os.equals(otherOs.getName()))
return otherOs.getProcessTree();
}
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
sam leung
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[email protected].
For more options, visit
https://groups.google.com/groups/opt_out.