Class ReleaseIdLookupResult
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.response.ReleaseIdLookupResult
-
public class ReleaseIdLookupResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ReleaseIdLookupResult(Integer releaseId, String applicationName, String releaseName, String microserviceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationName()StringgetMicroserviceName()IntegergetReleaseId()StringgetReleaseName()voidsetMicroserviceName(String microserviceName)
-