hudson.plugins.copyartifact
Class Messages

java.lang.Object
  extended by hudson.plugins.copyartifact.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _BuildSelectorParameter_DisplayName()
          Build selector for Copy Artifact
static org.jvnet.localizer.Localizable _CopyArtifact_Copied(Object arg1, Object arg2, Object arg3)
          Copied {0} {0,choice,0#artifacts|1#artifact|1<artifacts} from "{1}" build number {2}
static org.jvnet.localizer.Localizable _CopyArtifact_DisplayName()
          Copy artifacts from another project
static org.jvnet.localizer.Localizable _CopyArtifact_FailedToCopy(Object arg1, Object arg2)
          Failed to copy artifacts from {0} with filter: {1}
static org.jvnet.localizer.Localizable _CopyArtifact_MatrixProject()
          Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration.
static org.jvnet.localizer.Localizable _CopyArtifact_MavenProject()
          Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module.
static org.jvnet.localizer.Localizable _CopyArtifact_MissingBuild(Object arg1)
          Unable to find a build for artifact copy from: {0}
static org.jvnet.localizer.Localizable _CopyArtifact_MissingProject(Object arg1)
          Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration.
static org.jvnet.localizer.Localizable _CopyArtifact_MissingSrcArtifacts()
          Unable to access upstream artifacts area.
static org.jvnet.localizer.Localizable _CopyArtifact_MissingSrcWorkspace()
          Unable to access upstream workspace for artifact copy.
static org.jvnet.localizer.Localizable _CopyArtifact_MissingWorkspace()
          Unable to access workspace for artifact copy.
static org.jvnet.localizer.Localizable _CopyArtifact_ParameterizedName()
          Value references a build parameter, so it cannot be validated.
static org.jvnet.localizer.Localizable _ParameterizedBuildSelector_DisplayName()
          Specified by a build parameter
static org.jvnet.localizer.Localizable _PermalinkBuildSelector_DisplayName()
          Specified by permalink
static org.jvnet.localizer.Localizable _SavedBuildSelector_DisplayName()
          Latest saved build (marked "keep forever")
static org.jvnet.localizer.Localizable _SpecificBuildSelector_DisplayName()
          Specific build
static org.jvnet.localizer.Localizable _StatusBuildSelector_DisplayName()
          Latest successful build
static org.jvnet.localizer.Localizable _TriggeredBuildSelector_DisplayName()
          Upstream build that triggered this job
static org.jvnet.localizer.Localizable _WorkspaceSelector_DisplayName()
          Copy from WORKSPACE of latest completed build
static String BuildSelectorParameter_DisplayName()
          Build selector for Copy Artifact
static String CopyArtifact_Copied(Object arg1, Object arg2, Object arg3)
          Copied {0} {0,choice,0#artifacts|1#artifact|1<artifacts} from "{1}" build number {2}
static String CopyArtifact_DisplayName()
          Copy artifacts from another project
static String CopyArtifact_FailedToCopy(Object arg1, Object arg2)
          Failed to copy artifacts from {0} with filter: {1}
static String CopyArtifact_MatrixProject()
          Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration.
static String CopyArtifact_MavenProject()
          Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module.
static String CopyArtifact_MissingBuild(Object arg1)
          Unable to find a build for artifact copy from: {0}
static String CopyArtifact_MissingProject(Object arg1)
          Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration.
static String CopyArtifact_MissingSrcArtifacts()
          Unable to access upstream artifacts area.
static String CopyArtifact_MissingSrcWorkspace()
          Unable to access upstream workspace for artifact copy.
static String CopyArtifact_MissingWorkspace()
          Unable to access workspace for artifact copy.
static String CopyArtifact_ParameterizedName()
          Value references a build parameter, so it cannot be validated.
static String ParameterizedBuildSelector_DisplayName()
          Specified by a build parameter
static String PermalinkBuildSelector_DisplayName()
          Specified by permalink
static String SavedBuildSelector_DisplayName()
          Latest saved build (marked "keep forever")
static String SpecificBuildSelector_DisplayName()
          Specific build
static String StatusBuildSelector_DisplayName()
          Latest successful build
static String TriggeredBuildSelector_DisplayName()
          Upstream build that triggered this job
static String WorkspaceSelector_DisplayName()
          Copy from WORKSPACE of latest completed build
 
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

CopyArtifact_MatrixProject

public static String CopyArtifact_MatrixProject()
Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration.


_CopyArtifact_MatrixProject

public static org.jvnet.localizer.Localizable _CopyArtifact_MatrixProject()
Artifacts will be copied from all configurations of this multiconfiguration project; click the help icon to learn about selecting a particular configuration.


PermalinkBuildSelector_DisplayName

public static String PermalinkBuildSelector_DisplayName()
Specified by permalink


_PermalinkBuildSelector_DisplayName

public static org.jvnet.localizer.Localizable _PermalinkBuildSelector_DisplayName()
Specified by permalink


CopyArtifact_DisplayName

public static String CopyArtifact_DisplayName()
Copy artifacts from another project


_CopyArtifact_DisplayName

public static org.jvnet.localizer.Localizable _CopyArtifact_DisplayName()
Copy artifacts from another project


CopyArtifact_Copied

public static String CopyArtifact_Copied(Object arg1,
                                         Object arg2,
                                         Object arg3)
Copied {0} {0,choice,0#artifacts|1#artifact|1<artifacts} from "{1}" build number {2}


_CopyArtifact_Copied

public static org.jvnet.localizer.Localizable _CopyArtifact_Copied(Object arg1,
                                                                   Object arg2,
                                                                   Object arg3)
Copied {0} {0,choice,0#artifacts|1#artifact|1<artifacts} from "{1}" build number {2}


SavedBuildSelector_DisplayName

public static String SavedBuildSelector_DisplayName()
Latest saved build (marked "keep forever")


_SavedBuildSelector_DisplayName

public static org.jvnet.localizer.Localizable _SavedBuildSelector_DisplayName()
Latest saved build (marked "keep forever")


SpecificBuildSelector_DisplayName

public static String SpecificBuildSelector_DisplayName()
Specific build


_SpecificBuildSelector_DisplayName

public static org.jvnet.localizer.Localizable _SpecificBuildSelector_DisplayName()
Specific build


CopyArtifact_MavenProject

public static String CopyArtifact_MavenProject()
Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module.


_CopyArtifact_MavenProject

public static org.jvnet.localizer.Localizable _CopyArtifact_MavenProject()
Artifacts will be copied from all modules of this Maven project; click the help icon to learn about selecting a particular module.


CopyArtifact_ParameterizedName

public static String CopyArtifact_ParameterizedName()
Value references a build parameter, so it cannot be validated.


_CopyArtifact_ParameterizedName

public static org.jvnet.localizer.Localizable _CopyArtifact_ParameterizedName()
Value references a build parameter, so it cannot be validated.


CopyArtifact_MissingSrcArtifacts

public static String CopyArtifact_MissingSrcArtifacts()
Unable to access upstream artifacts area. Does source project archive artifacts?


_CopyArtifact_MissingSrcArtifacts

public static org.jvnet.localizer.Localizable _CopyArtifact_MissingSrcArtifacts()
Unable to access upstream artifacts area. Does source project archive artifacts?


CopyArtifact_MissingBuild

public static String CopyArtifact_MissingBuild(Object arg1)
Unable to find a build for artifact copy from: {0}


_CopyArtifact_MissingBuild

public static org.jvnet.localizer.Localizable _CopyArtifact_MissingBuild(Object arg1)
Unable to find a build for artifact copy from: {0}


CopyArtifact_MissingSrcWorkspace

public static String CopyArtifact_MissingSrcWorkspace()
Unable to access upstream workspace for artifact copy. Slave node offline?


_CopyArtifact_MissingSrcWorkspace

public static org.jvnet.localizer.Localizable _CopyArtifact_MissingSrcWorkspace()
Unable to access upstream workspace for artifact copy. Slave node offline?


StatusBuildSelector_DisplayName

public static String StatusBuildSelector_DisplayName()
Latest successful build


_StatusBuildSelector_DisplayName

public static org.jvnet.localizer.Localizable _StatusBuildSelector_DisplayName()
Latest successful build


CopyArtifact_FailedToCopy

public static String CopyArtifact_FailedToCopy(Object arg1,
                                               Object arg2)
Failed to copy artifacts from {0} with filter: {1}


_CopyArtifact_FailedToCopy

public static org.jvnet.localizer.Localizable _CopyArtifact_FailedToCopy(Object arg1,
                                                                         Object arg2)
Failed to copy artifacts from {0} with filter: {1}


CopyArtifact_MissingWorkspace

public static String CopyArtifact_MissingWorkspace()
Unable to access workspace for artifact copy. Slave node offline?


_CopyArtifact_MissingWorkspace

public static org.jvnet.localizer.Localizable _CopyArtifact_MissingWorkspace()
Unable to access workspace for artifact copy. Slave node offline?


TriggeredBuildSelector_DisplayName

public static String TriggeredBuildSelector_DisplayName()
Upstream build that triggered this job


_TriggeredBuildSelector_DisplayName

public static org.jvnet.localizer.Localizable _TriggeredBuildSelector_DisplayName()
Upstream build that triggered this job


BuildSelectorParameter_DisplayName

public static String BuildSelectorParameter_DisplayName()
Build selector for Copy Artifact


_BuildSelectorParameter_DisplayName

public static org.jvnet.localizer.Localizable _BuildSelectorParameter_DisplayName()
Build selector for Copy Artifact


ParameterizedBuildSelector_DisplayName

public static String ParameterizedBuildSelector_DisplayName()
Specified by a build parameter


_ParameterizedBuildSelector_DisplayName

public static org.jvnet.localizer.Localizable _ParameterizedBuildSelector_DisplayName()
Specified by a build parameter


CopyArtifact_MissingProject

public static String CopyArtifact_MissingProject(Object arg1)
Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration.


_CopyArtifact_MissingProject

public static org.jvnet.localizer.Localizable _CopyArtifact_MissingProject(Object arg1)
Unable to find project for artifact copy: {0} This may be due to incorrect project name or permission settings; see help for project name in job configuration.


WorkspaceSelector_DisplayName

public static String WorkspaceSelector_DisplayName()
Copy from WORKSPACE of latest completed build


_WorkspaceSelector_DisplayName

public static org.jvnet.localizer.Localizable _WorkspaceSelector_DisplayName()
Copy from WORKSPACE of latest completed build



Copyright © 2004-2012 Hudson. All Rights Reserved.