@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_DisplayName()
Key
DisplayName : Export git tag and message as
environment variables . |
static org.jvnet.localizer.Localizable |
_ExportingTagMessage(Object arg0,
Object arg1)
Key
ExportingTagMessage : Exporting {0} from git tag
''{1}'' . |
static org.jvnet.localizer.Localizable |
_ExportingTagName(Object arg0,
Object arg1)
Key
ExportingTagName : Exporting {0} from git tag
''{1}'' . |
static org.jvnet.localizer.Localizable |
_NoTagFound()
Key
NoTagFound : Tag information could not be determined
for this revision; no git tag info will be exported . |
static org.jvnet.localizer.Localizable |
_NoTagInfoFound(Object arg0)
Key
NoTagInfoFound : No information could be found for
the git tag ''{0}'' . |
static org.jvnet.localizer.Localizable |
_NoTagMessageFound(Object arg0)
Key
NoTagMessageFound : No tag message could be
determined for git tag ''{0}'' . |
static String |
DisplayName()
Key
DisplayName : Export git tag and message as
environment variables . |
static String |
ExportingTagMessage(Object arg0,
Object arg1)
Key
ExportingTagMessage : Exporting {0} from git tag
''{1}'' . |
static String |
ExportingTagName(Object arg0,
Object arg1)
Key
ExportingTagName : Exporting {0} from git tag
''{1}'' . |
static String |
NoTagFound()
Key
NoTagFound : Tag information could not be determined
for this revision; no git tag info will be exported . |
static String |
NoTagInfoFound(Object arg0)
Key
NoTagInfoFound : No information could be found for
the git tag ''{0}'' . |
static String |
NoTagMessageFound(Object arg0)
Key
NoTagMessageFound : No tag message could be
determined for git tag ''{0}'' . |
public static String NoTagFound()
NoTagFound
: Tag information could not be determined
for this revision; no git tag info will be exported
.Tag information could not be determined for this revision; no
git tag info will be exported
public static org.jvnet.localizer.Localizable _NoTagFound()
NoTagFound
: Tag information could not be determined
for this revision; no git tag info will be exported
.Tag information could not be determined for this revision; no
git tag info will be exported
public static String NoTagInfoFound(Object arg0)
NoTagInfoFound
: No information could be found for
the git tag ''{0}''
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No information could be found for the git tag ''{0}''
public static org.jvnet.localizer.Localizable _NoTagInfoFound(Object arg0)
NoTagInfoFound
: No information could be found for
the git tag ''{0}''
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No information could be found for the git tag ''{0}''
public static String NoTagMessageFound(Object arg0)
NoTagMessageFound
: No tag message could be
determined for git tag ''{0}''
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No tag message could be determined for git tag ''{0}''
public static org.jvnet.localizer.Localizable _NoTagMessageFound(Object arg0)
NoTagMessageFound
: No tag message could be
determined for git tag ''{0}''
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No tag message could be determined for git tag ''{0}''
public static String DisplayName()
DisplayName
: Export git tag and message as
environment variables
.Export git tag and message as environment variables
public static org.jvnet.localizer.Localizable _DisplayName()
DisplayName
: Export git tag and message as
environment variables
.Export git tag and message as environment variables
public static String ExportingTagMessage(Object arg0, Object arg1)
ExportingTagMessage
: Exporting {0} from git tag
''{1}''
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Exporting {0} from git tag ''{1}''
public static org.jvnet.localizer.Localizable _ExportingTagMessage(Object arg0, Object arg1)
ExportingTagMessage
: Exporting {0} from git tag
''{1}''
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Exporting {0} from git tag ''{1}''
public static String ExportingTagName(Object arg0, Object arg1)
ExportingTagName
: Exporting {0} from git tag
''{1}''
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Exporting {0} from git tag ''{1}''
public static org.jvnet.localizer.Localizable _ExportingTagName(Object arg0, Object arg1)
ExportingTagName
: Exporting {0} from git tag
''{1}''
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Exporting {0} from git tag ''{1}''
Copyright © 2016–2020. All rights reserved.