Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create basic architecture skeleton #7

Closed
aistomin opened this issue Jan 17, 2016 · 1 comment
Closed

Create basic architecture skeleton #7

aistomin opened this issue Jan 17, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@aistomin
Copy link
Owner

We need basic interfaces like Jenkins, Builds, Build etc. This interfaces will be a good start point and define the SDK's architecture.
We need to create empty implementation for real classes(let's call them with prefix Real, like RealJenkins) and fake classes(let's call them with prefix Fake like FakeJenkins).
We need to create issues for every empty/unimplemented method.

@aistomin aistomin added the task label Jan 17, 2016
@aistomin aistomin self-assigned this Jan 17, 2016
@aistomin aistomin added this to the Basic version milestone Jan 17, 2016
@aistomin aistomin changed the title Create architecture skeleton Create basic architecture skeleton Jan 17, 2016
aistomin added a commit that referenced this issue Jan 19, 2016
- Abstract APIObject.java intarface was created;
- Fake implementation was added to FakeJenkins.java;
- Some puzzles were created.
@aistomin
Copy link
Owner Author

I think now the basic design idea is more or less clear. I've created further design issues: #24, #25. I'm closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant