Class Messages
- java.lang.Object
-
- jenkins.plugins.office365connector.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_Office365ConnectorWebhookNotifier_AuthorHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.AuthorHeader
:{0} Author
.static org.jvnet.localizer.Localizable
_Office365ConnectorWebhookNotifier_BuildPronoun()
KeyOffice365ConnectorWebhookNotifier.BuildPronoun
:Build
.static org.jvnet.localizer.Localizable
_Office365ConnectorWebhookNotifier_ChangeRequestPronoun()
KeyOffice365ConnectorWebhookNotifier.ChangeRequestPronoun
:Change Request
.static org.jvnet.localizer.Localizable
_Office365ConnectorWebhookNotifier_TitleHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.TitleHeader
:{0} Title
.static org.jvnet.localizer.Localizable
_Office365ConnectorWebhookNotifier_ViewHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.ViewHeader
:View {0}
.static String
Office365ConnectorWebhookNotifier_AuthorHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.AuthorHeader
:{0} Author
.static String
Office365ConnectorWebhookNotifier_BuildPronoun()
KeyOffice365ConnectorWebhookNotifier.BuildPronoun
:Build
.static String
Office365ConnectorWebhookNotifier_ChangeRequestPronoun()
KeyOffice365ConnectorWebhookNotifier.ChangeRequestPronoun
:Change Request
.static String
Office365ConnectorWebhookNotifier_TitleHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.TitleHeader
:{0} Title
.static String
Office365ConnectorWebhookNotifier_ViewHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.ViewHeader
:View {0}
.
-
-
-
Method Detail
-
Office365ConnectorWebhookNotifier_BuildPronoun
public static String Office365ConnectorWebhookNotifier_BuildPronoun()
KeyOffice365ConnectorWebhookNotifier.BuildPronoun
:Build
.- Returns:
Build
-
_Office365ConnectorWebhookNotifier_BuildPronoun
public static org.jvnet.localizer.Localizable _Office365ConnectorWebhookNotifier_BuildPronoun()
KeyOffice365ConnectorWebhookNotifier.BuildPronoun
:Build
.- Returns:
Build
-
Office365ConnectorWebhookNotifier_TitleHeader
public static String Office365ConnectorWebhookNotifier_TitleHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.TitleHeader
:{0} Title
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} Title
-
_Office365ConnectorWebhookNotifier_TitleHeader
public static org.jvnet.localizer.Localizable _Office365ConnectorWebhookNotifier_TitleHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.TitleHeader
:{0} Title
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} Title
-
Office365ConnectorWebhookNotifier_ViewHeader
public static String Office365ConnectorWebhookNotifier_ViewHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.ViewHeader
:View {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
View {0}
-
_Office365ConnectorWebhookNotifier_ViewHeader
public static org.jvnet.localizer.Localizable _Office365ConnectorWebhookNotifier_ViewHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.ViewHeader
:View {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
View {0}
-
Office365ConnectorWebhookNotifier_AuthorHeader
public static String Office365ConnectorWebhookNotifier_AuthorHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.AuthorHeader
:{0} Author
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} Author
-
_Office365ConnectorWebhookNotifier_AuthorHeader
public static org.jvnet.localizer.Localizable _Office365ConnectorWebhookNotifier_AuthorHeader(Object arg0)
KeyOffice365ConnectorWebhookNotifier.AuthorHeader
:{0} Author
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} Author
-
Office365ConnectorWebhookNotifier_ChangeRequestPronoun
public static String Office365ConnectorWebhookNotifier_ChangeRequestPronoun()
KeyOffice365ConnectorWebhookNotifier.ChangeRequestPronoun
:Change Request
.- Returns:
Change Request
-
_Office365ConnectorWebhookNotifier_ChangeRequestPronoun
public static org.jvnet.localizer.Localizable _Office365ConnectorWebhookNotifier_ChangeRequestPronoun()
KeyOffice365ConnectorWebhookNotifier.ChangeRequestPronoun
:Change Request
.- Returns:
Change Request
-
-