Class HistoryResource

java.lang.Object
com.xebialabs.deployit.core.rest.api.HistoryResource
All Implemented Interfaces:
com.xebialabs.deployit.core.api.InternalHistoryProxy

@Controller public class HistoryResource extends Object implements com.xebialabs.deployit.core.api.InternalHistoryProxy
  • Constructor Details

    • HistoryResource

      public HistoryResource()
  • Method Details

    • readRevisions

      public List<com.xebialabs.deployit.core.api.dto.Revision> readRevisions(String id)
      Specified by:
      readRevisions in interface com.xebialabs.deployit.core.api.InternalHistoryProxy
    • readRevision

      public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem readRevision(String id, String revisionName)
      Specified by:
      readRevision in interface com.xebialabs.deployit.core.api.InternalHistoryProxy
    • compare

      public com.xebialabs.deployit.core.api.dto.Comparison compare(String id, List<String> revisionNames)
      Specified by:
      compare in interface com.xebialabs.deployit.core.api.InternalHistoryProxy