JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
L
M
N
O
P
S
V
C
configure(StaplerRequest, JSONObject)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
createRequest(HttpEntity, Item, String)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
Returns the HTTP POST request ready to be sent to the Stash build API for the given build and change set.
D
DescriptorImpl()
- Constructor for class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
DescriptorImpl(boolean)
- Constructor for class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
doCheckCredentialsId(String, Item)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
doCheckStashServerBaseUrl(String)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
doFillCredentialsIdItems(Item)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
G
getBuildDescription(AbstractBuild<?, ?>, StashBuildState)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
Returns the description of the build used for the Stash notification.
getBuildKey(AbstractBuild<?, ?>, BuildListener)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
Returns the build key used in the Stash notification.
getCommitSha1()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getCredentialsId()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
getCredentialsId()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getDescriptor()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getDisplayName()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
getHttpClient(PrintStream, AbstractBuild<?, ?>)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
Returns the HttpClient through which the REST call is made.
getIgnoreUnverifiedSSLPeer()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getIncludeBuildNumberInKey()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getPrependParentProjectKey()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getProjectKey()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
getProjectKey()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getRequiredMonitorService()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
getStashRootUrl()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
getStashServerBaseUrl()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
I
indicatesSuccess
- Variable in class org.jenkinsci.plugins.stashNotifier.
NotificationResult
true if and only if the notification was successful.
isApplicable(Class<? extends AbstractProject>)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
isDisableInprogressNotification()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
isDisableInprogressNotification()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
isIgnoreUnverifiedSsl()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
isIncludeBuildNumberInKey()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
isPrependParentProjectKey()
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier.DescriptorImpl
L
lookupCommitSha1s(AbstractBuild, BuildListener)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
lookupCredentials(Class<C>, Item, Authentication, ArrayList<DomainRequirement>)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
Returns all credentials which are available to the specified
Authentication
for use by the specified
Item
.
lookupCredentials(Class<C>, ItemGroup<?>, Authentication, ArrayList<DomainRequirement>)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
Returns all credentials which are available to the specified
Authentication
for use by the specified
Item
.
M
matches(Credentials)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashCredentialMatcher
MAX_FIELD_LENGTH
- Static variable in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
MAX_URL_FIELD_LENGTH
- Static variable in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
message
- Variable in class org.jenkinsci.plugins.stashNotifier.
NotificationResult
the error message in case the notification was not succesful or null, otherwise.
N
newFailure(String)
- Static method in class org.jenkinsci.plugins.stashNotifier.
NotificationResult
returns a new NotificationResult instance indicating a failed notification.
newSuccess()
- Static method in class org.jenkinsci.plugins.stashNotifier.
NotificationResult
returns a new NotificationResult instance indicating a successful notification.
NotificationResult
- Class in
org.jenkinsci.plugins.stashNotifier
convenience class to capture the result of a notification.
NotificationResult(boolean, String)
- Constructor for class org.jenkinsci.plugins.stashNotifier.
NotificationResult
default constructor
notifyStash(PrintStream, AbstractBuild<?, ?>, String, BuildListener, StashBuildState)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
Notifies the configured Stash server by POSTing the build results to the Stash build API.
O
org.jenkinsci.plugins.stashNotifier
- package org.jenkinsci.plugins.stashNotifier
P
perform(AbstractBuild<?, ?>, Launcher, BuildListener)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
prebuild(AbstractBuild<?, ?>, BuildListener)
- Method in class org.jenkinsci.plugins.stashNotifier.
StashNotifier
S
StashBuildState
- Enum in
org.jenkinsci.plugins.stashNotifier
States communicated to the Stash server.
StashCredentialMatcher
- Class in
org.jenkinsci.plugins.stashNotifier
A very simple matcher to ensure we only show username/password or certificate credentials
StashCredentialMatcher()
- Constructor for class org.jenkinsci.plugins.stashNotifier.
StashCredentialMatcher
StashNotifier
- Class in
org.jenkinsci.plugins.stashNotifier
Notifies a configured Atlassian Stash server instance of build results through the Stash build API.
StashNotifier(String, String, boolean, String, boolean, String, boolean, boolean)
- Constructor for class org.jenkinsci.plugins.stashNotifier.
StashNotifier
StashNotifier.DescriptorImpl
- Class in
org.jenkinsci.plugins.stashNotifier
V
valueOf(String)
- Static method in enum org.jenkinsci.plugins.stashNotifier.
StashBuildState
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jenkinsci.plugins.stashNotifier.
StashBuildState
Returns an array containing the constants of this enum type, in the order they are declared.
C
D
G
I
L
M
N
O
P
S
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2004-2016. All Rights Reserved.