com.microsoftopentechnologies.windowsazurestorage
Class Messages

java.lang.Object
  extended by com.microsoftopentechnologies.windowsazurestorage.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _Client_SA_val_fail()
          Failed to validate storage account details.
static org.jvnet.localizer.Localizable _WAStoragePublisher_artifacts_req()
          Required: Enter names of artifacts to upload
static org.jvnet.localizer.Localizable _WAStoragePublisher_build_failed_err()
          WindowsAzureStorage - Build failed, hence cancelling the upload of the artifacts to Windows Azure storage
static org.jvnet.localizer.Localizable _WAStoragePublisher_container_name_err()
          WindowsAzureStorage - Container name is missing or not valid
static org.jvnet.localizer.Localizable _WAStoragePublisher_container_name_invalid()
          Container Name must be between 3 and 63 characters, start with a letter or number, contain only letters, numbers and dashes (-).
static org.jvnet.localizer.Localizable _WAStoragePublisher_container_name_req()
          Required: Enter container name
static org.jvnet.localizer.Localizable _WAStoragePublisher_displayName()
          Upload artifacts to Windows Azure Blob storage
static org.jvnet.localizer.Localizable _WAStoragePublisher_dup_storage_name()
          Storage This account name is already in use
static org.jvnet.localizer.Localizable _WAStoragePublisher_filepath_err()
          WindowsAzureStorage - List of Files to upload must not be empty
static org.jvnet.localizer.Localizable _WAStoragePublisher_files_uploaded_count(Object arg1)
          WindowsAzureStorage - Uploaded File Count = {0}
static org.jvnet.localizer.Localizable _WAStoragePublisher_nofiles_uploaded()
          WindowsAzureStorage - Failed to upload any build artifacts to Windows Azure Storage Verify the list of files to upload and that the Ant glob syntax is correct
static org.jvnet.localizer.Localizable _WAStoragePublisher_SA_val()
          Validation Successful
static org.jvnet.localizer.Localizable _WAStoragePublisher_storage_account_err()
          WindowsAzureStorage - Storage account information not found
static org.jvnet.localizer.Localizable _WAStoragePublisher_storage_key_req()
          Required: Enter Windows Azure storage account key
static org.jvnet.localizer.Localizable _WAStoragePublisher_storage_name_req()
          Required: Enter Windows Azure storage account name
static org.jvnet.localizer.Localizable _WAStoragePublisher_uploaded_err(Object arg1)
          WindowsAzureStorage - Error occured while uploading to Windows Azure - {0}
static org.jvnet.localizer.Localizable _WAStoragePublisher_uploading()
          WindowsAzureStorage - Uploading files to Windows Azure
static String Client_SA_val_fail()
          Failed to validate storage account details.
static String WAStoragePublisher_artifacts_req()
          Required: Enter names of artifacts to upload
static String WAStoragePublisher_build_failed_err()
          WindowsAzureStorage - Build failed, hence cancelling the upload of the artifacts to Windows Azure storage
static String WAStoragePublisher_container_name_err()
          WindowsAzureStorage - Container name is missing or not valid
static String WAStoragePublisher_container_name_invalid()
          Container Name must be between 3 and 63 characters, start with a letter or number, contain only letters, numbers and dashes (-).
static String WAStoragePublisher_container_name_req()
          Required: Enter container name
static String WAStoragePublisher_displayName()
          Upload artifacts to Windows Azure Blob storage
static String WAStoragePublisher_dup_storage_name()
          Storage This account name is already in use
static String WAStoragePublisher_filepath_err()
          WindowsAzureStorage - List of Files to upload must not be empty
static String WAStoragePublisher_files_uploaded_count(Object arg1)
          WindowsAzureStorage - Uploaded File Count = {0}
static String WAStoragePublisher_nofiles_uploaded()
          WindowsAzureStorage - Failed to upload any build artifacts to Windows Azure Storage Verify the list of files to upload and that the Ant glob syntax is correct
static String WAStoragePublisher_SA_val()
          Validation Successful
static String WAStoragePublisher_storage_account_err()
          WindowsAzureStorage - Storage account information not found
static String WAStoragePublisher_storage_key_req()
          Required: Enter Windows Azure storage account key
static String WAStoragePublisher_storage_name_req()
          Required: Enter Windows Azure storage account name
static String WAStoragePublisher_uploaded_err(Object arg1)
          WindowsAzureStorage - Error occured while uploading to Windows Azure - {0}
static String WAStoragePublisher_uploading()
          WindowsAzureStorage - Uploading files to Windows Azure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

WAStoragePublisher_storage_name_req

public static String WAStoragePublisher_storage_name_req()
Required: Enter Windows Azure storage account name


_WAStoragePublisher_storage_name_req

public static org.jvnet.localizer.Localizable _WAStoragePublisher_storage_name_req()
Required: Enter Windows Azure storage account name


WAStoragePublisher_artifacts_req

public static String WAStoragePublisher_artifacts_req()
Required: Enter names of artifacts to upload


_WAStoragePublisher_artifacts_req

public static org.jvnet.localizer.Localizable _WAStoragePublisher_artifacts_req()
Required: Enter names of artifacts to upload


WAStoragePublisher_displayName

public static String WAStoragePublisher_displayName()
Upload artifacts to Windows Azure Blob storage


_WAStoragePublisher_displayName

public static org.jvnet.localizer.Localizable _WAStoragePublisher_displayName()
Upload artifacts to Windows Azure Blob storage


WAStoragePublisher_nofiles_uploaded

public static String WAStoragePublisher_nofiles_uploaded()
WindowsAzureStorage - Failed to upload any build artifacts to Windows Azure Storage Verify the list of files to upload and that the Ant glob syntax is correct


_WAStoragePublisher_nofiles_uploaded

public static org.jvnet.localizer.Localizable _WAStoragePublisher_nofiles_uploaded()
WindowsAzureStorage - Failed to upload any build artifacts to Windows Azure Storage Verify the list of files to upload and that the Ant glob syntax is correct


WAStoragePublisher_container_name_invalid

public static String WAStoragePublisher_container_name_invalid()
Container Name must be between 3 and 63 characters, start with a letter or number, contain only letters, numbers and dashes (-). (Note that consecutive dashes are not allowed and dash cannot be the last character)


_WAStoragePublisher_container_name_invalid

public static org.jvnet.localizer.Localizable _WAStoragePublisher_container_name_invalid()
Container Name must be between 3 and 63 characters, start with a letter or number, contain only letters, numbers and dashes (-). (Note that consecutive dashes are not allowed and dash cannot be the last character)


WAStoragePublisher_files_uploaded_count

public static String WAStoragePublisher_files_uploaded_count(Object arg1)
WindowsAzureStorage - Uploaded File Count = {0}


_WAStoragePublisher_files_uploaded_count

public static org.jvnet.localizer.Localizable _WAStoragePublisher_files_uploaded_count(Object arg1)
WindowsAzureStorage - Uploaded File Count = {0}


WAStoragePublisher_storage_key_req

public static String WAStoragePublisher_storage_key_req()
Required: Enter Windows Azure storage account key


_WAStoragePublisher_storage_key_req

public static org.jvnet.localizer.Localizable _WAStoragePublisher_storage_key_req()
Required: Enter Windows Azure storage account key


WAStoragePublisher_build_failed_err

public static String WAStoragePublisher_build_failed_err()
WindowsAzureStorage - Build failed, hence cancelling the upload of the artifacts to Windows Azure storage


_WAStoragePublisher_build_failed_err

public static org.jvnet.localizer.Localizable _WAStoragePublisher_build_failed_err()
WindowsAzureStorage - Build failed, hence cancelling the upload of the artifacts to Windows Azure storage


WAStoragePublisher_dup_storage_name

public static String WAStoragePublisher_dup_storage_name()
Storage This account name is already in use


_WAStoragePublisher_dup_storage_name

public static org.jvnet.localizer.Localizable _WAStoragePublisher_dup_storage_name()
Storage This account name is already in use


WAStoragePublisher_container_name_err

public static String WAStoragePublisher_container_name_err()
WindowsAzureStorage - Container name is missing or not valid


_WAStoragePublisher_container_name_err

public static org.jvnet.localizer.Localizable _WAStoragePublisher_container_name_err()
WindowsAzureStorage - Container name is missing or not valid


WAStoragePublisher_SA_val

public static String WAStoragePublisher_SA_val()
Validation Successful


_WAStoragePublisher_SA_val

public static org.jvnet.localizer.Localizable _WAStoragePublisher_SA_val()
Validation Successful


WAStoragePublisher_uploaded_err

public static String WAStoragePublisher_uploaded_err(Object arg1)
WindowsAzureStorage - Error occured while uploading to Windows Azure - {0}


_WAStoragePublisher_uploaded_err

public static org.jvnet.localizer.Localizable _WAStoragePublisher_uploaded_err(Object arg1)
WindowsAzureStorage - Error occured while uploading to Windows Azure - {0}


WAStoragePublisher_storage_account_err

public static String WAStoragePublisher_storage_account_err()
WindowsAzureStorage - Storage account information not found


_WAStoragePublisher_storage_account_err

public static org.jvnet.localizer.Localizable _WAStoragePublisher_storage_account_err()
WindowsAzureStorage - Storage account information not found


WAStoragePublisher_filepath_err

public static String WAStoragePublisher_filepath_err()
WindowsAzureStorage - List of Files to upload must not be empty


_WAStoragePublisher_filepath_err

public static org.jvnet.localizer.Localizable _WAStoragePublisher_filepath_err()
WindowsAzureStorage - List of Files to upload must not be empty


Client_SA_val_fail

public static String Client_SA_val_fail()
Failed to validate storage account details. Please verify storage account name and key. If you are using a private or other Windows Azure cloud service, make sure that the blob endpoint url is correct.


_Client_SA_val_fail

public static org.jvnet.localizer.Localizable _Client_SA_val_fail()
Failed to validate storage account details. Please verify storage account name and key. If you are using a private or other Windows Azure cloud service, make sure that the blob endpoint url is correct.


WAStoragePublisher_container_name_req

public static String WAStoragePublisher_container_name_req()
Required: Enter container name


_WAStoragePublisher_container_name_req

public static org.jvnet.localizer.Localizable _WAStoragePublisher_container_name_req()
Required: Enter container name


WAStoragePublisher_uploading

public static String WAStoragePublisher_uploading()
WindowsAzureStorage - Uploading files to Windows Azure


_WAStoragePublisher_uploading

public static org.jvnet.localizer.Localizable _WAStoragePublisher_uploading()
WindowsAzureStorage - Uploading files to Windows Azure



Copyright © 2004-2014. All Rights Reserved.