Introduction to Amazon Code Pipeline with Java part 15: the job processor interface and related objects
June 5, 2016 Leave a comment
Introduction
In the previous post we looked at a helper class that’s responsible to carry out operations related to load tests. We didn’t actually look at any implementation details as those are bound to our business and don’t have much to do with Code Pipeline. However, it is still important to know its role so that we can follow the code examples. We also briefly looked at some other classes like the one that parses the string that describes the load test thresholds into “real” objects.
We are now ready to move on to the job processor interface and a couple of related objects. We’ll look at the implementation in a later post.