public class AzureStorageAppendBlob extends Object
Constructor and Description |
---|
AzureStorageAppendBlob(String link) |
Modifier and Type | Method and Description |
---|---|
Boolean |
isSuccess()
Whether the blob is completely uploaded with result.
|
String |
readLine()
Read next line from this Azure Storage blob.
|
public AzureStorageAppendBlob(String link) throws URISyntaxException, ServiceException
URISyntaxException
ServiceException
public Boolean isSuccess() throws ServiceException
true
or false
indicates not finishedServiceException
- when the build is not finished.public String readLine() throws Exception
Exception
- IOException
, ServiceException
, InterruptedException
Copyright © 2016–2021. All rights reserved.