Package com.buildstash
Class BuildstashUploadResponse
java.lang.Object
com.buildstash.BuildstashUploadResponse
- All Implemented Interfaces:
Serializable
Data model for Buildstash upload response.
Represents the response from the Buildstash API after a successful upload.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested class for build information from the API response.static classNested class for platform information. -
Constructor Summary
ConstructorsConstructorDescriptionBuildstashUploadResponse(String message, String buildId, boolean pendingProcessing, String buildInfoUrl, String downloadUrl) -
Method Summary
Modifier and TypeMethodDescriptiongetBuild()Get the platform short name from the build object.booleanvoidvoidsetBuildId(String buildId) voidsetBuildInfoUrl(String buildInfoUrl) voidsetDownloadUrl(String downloadUrl) voidsetMessage(String message) voidsetPendingProcessing(boolean pendingProcessing)
-
Constructor Details
-
BuildstashUploadResponse
public BuildstashUploadResponse() -
BuildstashUploadResponse
-
-
Method Details
-
getMessage
-
setMessage
-
getBuildId
-
setBuildId
-
isPendingProcessing
public boolean isPendingProcessing() -
setPendingProcessing
public void setPendingProcessing(boolean pendingProcessing) -
getBuildInfoUrl
-
setBuildInfoUrl
-
getDownloadUrl
-
setDownloadUrl
-
getBuild
-
setBuild
-
getPlatformShortName
Get the platform short name from the build object.- Returns:
- Platform short name, or null if not available
-