@jasminSPC
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/233

-- Commit Summary --

  * Implemented Server Api
  * Implemented DataCenter Api
  * Implemented Server Api
  * Implemented Volume Api
  * Merge branch 'master' into profitbricks-volume-api

-- File Changes --

    M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/ProfitBricksApi.java
 (8)
    M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/server/AttachVolumeRequestBinder.java
 (2)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateSnapshotRequestBinder.java
 (73)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateVolumeRequestBinder.java
 (73)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/RestoreSnapshotRequestBinder.java
 (65)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/UpdateVolumeRequestBinder.java
 (61)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Provisionable.java
 (25)
    M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Server.java
 (4)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Snapshot.java
 (91)
    M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Volume.java
 (180)
    M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/features/ServerApi.java
 (3)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/features/SnapshotApi.java
 (53)
    M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/features/VolumeApi.java
 (102)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/ids/VolumeRef.java
 (31)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/util/MacAddresses.java
 (29)
    A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/util/Passwords.java
 (64)
    M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/ServerApiLiveTest.java
 (61)
    M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/ServerApiMockTest.java
 (8)
    A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/VolumeApiLiveTest.java
 (175)
    A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/VolumeApiMockTest.java
 (186)
    M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/internal/BaseProfitBricksApiMockTest.java
 (8)
    M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/internal/BaseProfitBricksLiveTest.java
 (37)
    A profitbricks-rest/src/test/resources/volume/get.json (33)
    A profitbricks-rest/src/test/resources/volume/list.json (205)
    A profitbricks-rest/src/test/resources/volume/snapshot.json (30)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/233.patch
https://github.com/jclouds/jclouds-labs/pull/233.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/233

Reply via email to