public class ReleaseRepositoryImpl extends Object implements CustomReleaseRepository
Constructor and Description |
---|
ReleaseRepositoryImpl() |
Modifier and Type | Method and Description |
---|---|
Release |
findByNameAndVersion(String releaseName,
int version) |
Release |
findLatestRelease(String releaseName) |
public Release findLatestRelease(String releaseName)
findLatestRelease
in interface CustomReleaseRepository
public Release findByNameAndVersion(String releaseName, int version)
findByNameAndVersion
in interface CustomReleaseRepository
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.